Author: jleroux
Date: Thu Aug 17 14:09:30 2017
New Revision: 1805290
URL:
http://svn.apache.org/viewvc?rev=1805290&view=revLog:
Improved: Client side validation is missing in quick create accounting
transaction process
(OFBIZ-9583)
Thanks: Thanks: Suraj Khurana for the patch
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlForms.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlForms.xml?rev=1805290&r1=1805289&r2=1805290&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlForms.xml Thu Aug 17 14:09:30 2017
@@ -498,7 +498,7 @@ under the License.
</entity-options>
</drop-down>
</field>
- <field name="amount"><text size="20" maxlength="20"/></field>
+ <field name="amount" required-field="true"><text size="20" maxlength="20"/></field>
<field name="transactionDate"><date-time/></field>
<field name="description"><text size="60"/></field>
<field name="submitButton" title="${uiLabelMap.CommonCreate}"><submit button-type="button"/></field>