svn commit: r436868 - /incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml

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

svn commit: r436868 - /incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml

sichen
Author: sichen
Date: Fri Aug 25 10:33:34 2006
New Revision: 436868

URL: http://svn.apache.org/viewvc?rev=436868&view=rev
Log:
Making the title transfer field of Add Tax Authority Rate Product form optional, since the seed data did not seem to have this filled in, and the update form allows you to set it to null, and the field is not required.  Let me know if this is a bad idea.

Modified:
    incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml

Modified: incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml?rev=436868&r1=436867&r2=436868&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml Fri Aug 25 10:33:34 2006
@@ -267,7 +267,7 @@
             </drop-down>
         </field>
         <field name="titleTransferEnumId" title="${uiLabelMap.AccountingTitleTransfer}">
-            <drop-down allow-empty="false">
+            <drop-down allow-empty="true">
                 <entity-options entity-name="Enumeration" key-field-name="enumId" description="${description} [${enumCode}]">
                     <entity-constraint name="enumTypeId" value="PTSOFTTFR"/>
                     <entity-order-by field-name="sequenceId"/>
@@ -278,7 +278,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="FindTaxAuthorityParties" type="single"
+  <form name="FindTaxAuthorityParties" type="single"
         target="ListTaxAuthorityParties" title=""
         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">