From f67cc3b845e278576b573497367e007ad15b50f2 Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Tue, 5 Mar 2019 15:55:04 +0100
Subject: [PATCH] kleine diverse fixes

---
 language/_____LANGUAGE_de/_____LANGUAGE_de.aod     |  1 +
 neonView/ProductFilter_view/ProductFilter_view.aod | 12 ++++++------
 process/Data_lib/process.js                        |  4 ++--
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
index 32ed954de8..34b90922a9 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 d6837afcc0..487ef71848 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 30578840a5..f61e69c016 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
  */
-- 
GitLab