Author: diveshdutta
Date: Sat Jun 18 21:46:19 2016
New Revision: 1749096
URL:
http://svn.apache.org/viewvc?rev=1749096&view=revLog:
[OFBIZ-7389] Found one bug in patch I committed in 1749095. there is nothing called allow-checked, its all-checked. Fixing it now.
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml?rev=1749096&r1=1749095&r2=1749096&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml Sat Jun 18 21:46:19 2016
@@ -177,13 +177,13 @@ under the License.
</drop-down>
</field>
<field name="toPartyId" title="${uiLabelMap.AccountingToPartyId}">
- <check allow-checked="false">
+ <check all-checked="false">
<entity-options entity-name="PartyAcctgPrefAndGroup" description="${groupName} ${firstName} ${lastName} [${partyId}]" key-field-name="partyId">
</entity-options>
</check>
</field>
<field name="orderStatusId">
- <check allow-checked="false">
+ <check all-checked="false">
<option key="" description="- ${uiLabelMap.CommonSelectAny} -"/>
<entity-options entity-name="StatusItem" key-field-name="statusId">
<entity-constraint name="statusTypeId" operator="equals" value="ORDER_STATUS"/>