svn commit: r797565 - /ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml

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

svn commit: r797565 - /ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml

apatel-2
Author: apatel
Date: Fri Jul 24 17:23:42 2009
New Revision: 797565

URL: http://svn.apache.org/viewvc?rev=797565&view=rev
Log:
Added tooltip to help user make right choice.

Modified:
    ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml?rev=797565&r1=797564&r2=797565&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml Fri Jul 24 17:23:42 2009
@@ -33,7 +33,7 @@
             </drop-down>
         </field>
         <field name="organizationPartyId"><hidden/></field>
-        <field name="cardType">
+        <field name="cardType" tooltip="Select Credit Card from above list of Payment Method Types.">
             <drop-down allow-empty="true">
                 <entity-options entity-name="Enumeration" description="${enumCode}" key-field-name="enumCode">
                     <entity-constraint name="enumTypeId" operator="equals" value="CREDIT_CARD_TYPE"/>