You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ar...@apache.org on 2017/12/23 13:18:20 UTC

svn commit: r1819144 - /ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReturnForms.xml

Author: arunpatidar
Date: Sat Dec 23 13:18:20 2017
New Revision: 1819144

URL: http://svn.apache.org/viewvc?rev=1819144&view=rev
Log:
Fixed: Error printing Return PDF (OFBIZ-9915)
Thanks Priya sharma and Ankush Upadhyay for your contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReturnForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReturnForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReturnForms.xml?rev=1819144&r1=1819143&r2=1819144&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReturnForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReturnForms.xml Sat Dec 23 13:18:20 2017
@@ -72,7 +72,7 @@ under the License.
                 </entity-options>
             </drop-down>
         </field>
-        <field name="fromPartyId"><lookup target-form-name="LookupPartyName"/></field>
+        <field name="fromPartyId" required-field="true"><lookup target-form-name="LookupPartyName"/></field>
         <field name="toPartyId" required-field="true"><lookup target-form-name="LookupPartyName"/></field>
         <field name="originContactMechId" use-when="returnHeader!=null">
             <display-entity entity-name="PostalAddress" key-field-name="contactMechId" description="${toName} ${attnName} ${address1} ${address2} ${city} ${stateProvinceGeoId} ${postalCode} ${countryGeoId}"/>