svn commit: r1825262 - /ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_facility.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1825262 - /ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_facility.xml

mbrohl
Author: mbrohl
Date: Sat Feb 24 16:43:46 2018
New Revision: 1825262

URL: http://svn.apache.org/viewvc?rev=1825262&view=rev
Log:
Fixed: Unable to create inventory item label.
(OFBIZ-10015)

Thanks Priya Sharma for reporting.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_facility.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_facility.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_facility.xml?rev=1825262&r1=1825261&r2=1825262&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_facility.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_facility.xml Sat Feb 24 16:43:46 2018
@@ -1250,7 +1250,6 @@ under the License.
         <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
-        <override name="inventoryItemLabelTypeId" optional="false"/>
     </service>
     <service name="updateInventoryItemLabel" default-entity-name="InventoryItemLabel" engine="entity-auto" invoke="update" auth="true">
         <description>Update an InventoryItemLabel</description>