diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
index 32ed954de8c57e32ced9753fff109bb5f2a7f984..34b90922a9d10749cea2ac4cd4899fabbf6ac80a 100644
--- a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
+++ b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
@@ -1562,6 +1562,7 @@
     </entry>
     <entry>
       <key>Unit price</key>
+      <value>Einzelpreis</value>
     </entry>
     <entry>
       <key>Firma</key>
diff --git a/neonView/ProductFilter_view/ProductFilter_view.aod b/neonView/ProductFilter_view/ProductFilter_view.aod
index d6837afcc054291cfe4c0f8f0395a0c64efde898..487ef7184828122708d3da3af001bff987dc0535 100644
--- a/neonView/ProductFilter_view/ProductFilter_view.aod
+++ b/neonView/ProductFilter_view/ProductFilter_view.aod
@@ -50,12 +50,6 @@
           <name>346eab87-8fea-4828-8ea6-86af61f973ce</name>
           <entityField>GROUPCODEID</entityField>
         </neonTableColumn>
-        <neonTableColumn>
-          <name>9cfc7b76-3d75-4a26-a21f-3b2b1a2faac5</name>
-          <entityField>UNIT</entityField>
-          <width v="75" />
-          <expandRatio v="100" />
-        </neonTableColumn>
         <neonTableColumn>
           <name>3e774e1c-0998-4b2c-b876-22e99a79cb55</name>
           <entityField>STATUS</entityField>
@@ -66,6 +60,12 @@
           <width v="75" />
           <expandRatio v="100" />
         </neonTableColumn>
+        <neonTableColumn>
+          <name>9cfc7b76-3d75-4a26-a21f-3b2b1a2faac5</name>
+          <entityField>UNIT</entityField>
+          <width v="75" />
+          <expandRatio v="100" />
+        </neonTableColumn>
       </columns>
     </tableViewTemplate>
   </children>
diff --git a/process/Data_lib/process.js b/process/Data_lib/process.js
index 30578840a56c5a92b46b057ae63ec7affdb7cd29..f61e69c016b751cb6c849e090b1563efe5a9ee15 100644
--- a/process/Data_lib/process.js
+++ b/process/Data_lib/process.js
@@ -111,7 +111,7 @@ ReferencingData.prototype.addArray = function(pData)
  * 
  * @param {String} pUid the id of the row
  * @param {String} pParentId the parentId of the row
- * @param {String} pData the data
+ * @param {Array} pData the data
  * @return {ReferencingData} this
  */
 ReferencingData.prototype.add = function(pUid, pParentId, pData) 
@@ -294,7 +294,7 @@ DataTree.prototype.getTreeObject = function()
  * 
  * @param {String} pUid the id of the row
  * @param {String} pParentId the parentId of the row
- * @param {String} pData the data
+ * @param {Array} pData the data
  * @param {DataTree~manipulateNode} [pManipulateNodeFn=undefined] callback for manipulating the Node. Attention: Use with caution. You can corrupt the tree. 
  * @return {DataTree} this
  */