You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ak...@apache.org on 2017/09/19 08:00:20 UTC

svn commit: r1808834 - /ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/InventoryForms.xml

Author: akashjain
Date: Tue Sep 19 08:00:20 2017
New Revision: 1808834

URL: http://svn.apache.org/viewvc?rev=1808834&view=rev
Log:
Fixed: FacilityId should be mandatory for Create Inventory Item form in EditInventoryItem screen, applied patch from jira issue (OFBIZ-9499)
Thanks Renuka Srishti for the contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/InventoryForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/InventoryForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/InventoryForms.xml?rev=1808834&r1=1808833&r2=1808834&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/InventoryForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/InventoryForms.xml Tue Sep 19 08:00:20 2017
@@ -79,7 +79,7 @@ under the License.
             </drop-down>
         </field>
         <field name="expireDate" title="${uiLabelMap.ProductExpireDate}"/>
-        <field name="facilityId">
+        <field name="facilityId" required-field="true">
             <drop-down allow-empty="true">
                 <entity-options entity-name="Facility" key-field-name="facilityId" description="${facilityName}">
                     <entity-order-by field-name="facilityName"/>