diff -r fb946104af61 src/org/openbravo/erpCommon/ad_callouts/SL_InOutLine_Product.java
--- a/src/org/openbravo/erpCommon/ad_callouts/SL_InOutLine_Product.java	Wed Aug 02 10:30:22 2017 +0200
+++ b/src/org/openbravo/erpCommon/ad_callouts/SL_InOutLine_Product.java	Fri Aug 18 12:54:53 2017 +0200
@@ -170,8 +170,5 @@
 
     info.addResult("inpcUomId", info.vars.getStringParameter("inpmProductId_UOM"));
 
-    // displayLogic
-
-    info.addResult("EXECUTE", "displayLogic();");
   }
 }
diff -r fb946104af61 src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Locator.java
--- a/src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Locator.java	Wed Aug 02 10:30:22 2017 +0200
+++ b/src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Locator.java	Fri Aug 18 12:54:53 2017 +0200
@@ -11,7 +11,7 @@
  * under the License. 
  * The Original Code is Openbravo ERP. 
  * The Initial Developer of the Original Code is Openbravo SLU 
- * All portions are Copyright (C) 2009-2016 Openbravo SLU 
+ * All portions are Copyright (C) 2009-2017 Openbravo SLU 
  * All Rights Reserved. 
  * Contributor(s):  ______________________________________.
  ************************************************************************
@@ -54,7 +54,6 @@
           : (Object) data[0].qty);
       info.addResult("inpqtybook", StringUtils.isEmpty(data[0].qty) ? "\"\"" : (Object) data[0].qty);
 
-      info.addResult("EXECUTE", "displayLogic();");
     }
   }
 }
diff -r fb946104af61 src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Product.java
--- a/src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Product.java	Wed Aug 02 10:30:22 2017 +0200
+++ b/src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Product.java	Fri Aug 18 12:54:53 2017 +0200
@@ -139,9 +139,5 @@
       info.addResult("inpmProductUomId", null);
     }
 
-    // displaylogic
-
-    info.addResult("EXECUTE", "displayLogic();");
-
   }
 }
diff -r fb946104af61 src/org/openbravo/erpCommon/ad_callouts/SL_Movement_Product.java
--- a/src/org/openbravo/erpCommon/ad_callouts/SL_Movement_Product.java	Wed Aug 02 10:30:22 2017 +0200
+++ b/src/org/openbravo/erpCommon/ad_callouts/SL_Movement_Product.java	Fri Aug 18 12:54:53 2017 +0200
@@ -11,7 +11,7 @@
  * under the License. 
  * The Original Code is Openbravo ERP. 
  * The Initial Developer of the Original Code is Openbravo SLU 
- * All portions are Copyright (C) 2001-2016 Openbravo SLU 
+ * All portions are Copyright (C) 2001-2017 Openbravo SLU 
  * All Rights Reserved. 
  * Contributor(s):  ______________________________________.
  ************************************************************************
@@ -126,9 +126,5 @@
     } else {
       info.addResult("inpmProductUomId", null);
     }
-
-    // displayLogic
-
-    info.addResult("EXECUTE", "displayLogic();");
   }
 }
