You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/06/26 07:43:44 UTC

svn commit: r788586 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

Author: ashish
Date: Fri Jun 26 05:43:44 2009
New Revision: 788586

URL: http://svn.apache.org/viewvc?rev=788586&view=rev
Log:
Adding description in the Quick Accounting Transaction entry form.

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

Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=788586&r1=788585&r2=788586&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Fri Jun 26 05:43:44 2009
@@ -487,6 +487,7 @@
             </drop-down>
         </field>
         <field name="amount"><text size="20" maxlength="20"/></field>
+        <field name="description"><text size="60"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}"><submit button-type="button"/></field>
     </form>