That should be fine. I don't think this is used in the current
implementation anyway. I thought it would be more important when I
did my initial research on this, and this may have been a leftover
from that.
-David
On Aug 25, 2006, at 11:33 AM, [EMAIL PROTECTED] wrote:
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">