Error in FindFacilityPhysicalInventory Screen
---------------------------------------------
Key: OFBIZ-2765
URL: https://issues.apache.org/jira/browse/OFBIZ-2765
Project: OFBiz
Issue Type: Bug
Components: product
Affects Versions: SVN trunk
Reporter: Vince Clark
Go to the following URL:
https://demo.ofbiz.org/facility/control/FindFacilityPhysicalInventory?facilityId=WebStoreWarehouse
Put a value in internal name field and submit. The following error occurs:
org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
[component://product/widget/facility/FacilityScreens.xml#FindFacilityPhysicalInventory]:
groovy.lang.MissingMethodException: No signature of method: static
org.ofbiz.entity.condition.EntityCondition.makeCondition() is applicable for
argument types: (java.lang.String, java.lang.Boolean,
org.ofbiz.entity.condition.EntityOperator$9, java.lang.String,
java.lang.Boolean) values: [internalName, true, LIKE, widget%, true] (No
signature of method: static
org.ofbiz.entity.condition.EntityCondition.makeCondition() is applicable for
argument types: (java.lang.String, java.lang.Boolean,
org.ofbiz.entity.condition.EntityOperator$9, java.lang.String,
java.lang.Boolean) values: [internalName, true, LIKE, widget%, true])
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.