svn commit: r1774798 - /ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml

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

svn commit: r1774798 - /ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml

mbrohl
Author: mbrohl
Date: Sat Dec 17 20:12:53 2016
New Revision: 1774798

URL: http://svn.apache.org/viewvc?rev=1774798&view=rev
Log:
Improved: Client side validation required in Add Billing Accounts Role.
(OFBIZ-7429)

Thanks: Padmavati Rawat for reporting and providing the patch.

Modified:
    ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml?rev=1774798&r1=1774797&r2=1774798&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Sat Dec 17 20:12:53 2016
@@ -204,7 +204,7 @@ under the License.
             </drop-down>
         </field>
         <field name="fromDate"><date-time default-value="${nowTimestamp}"/></field>
-        <field name="partyId" title="${uiLabelMap.PartyPartyId}"><lookup target-form-name="LookupPartyName"/></field>
+        <field name="partyId" title="${uiLabelMap.PartyPartyId}" required-field="true"><lookup target-form-name="LookupPartyName"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>