Author: hansbak
Date: Wed Dec 15 07:55:10 2010
New Revision: 1049448
URL:
http://svn.apache.org/viewvc?rev=1049448&view=revLog:
TaxAuthorityRateProduct service, if from date is missing assign to to nowdate
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml
Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml?rev=1049448&r1=1049447&r2=1049448&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml Wed Dec 15 07:55:10 2010
@@ -161,6 +161,9 @@ under the License.
<field-to-result field="newEntity.taxAuthorityRateSeqId" result-name="taxAuthorityRateSeqId"/>
<set-nonpk-fields map="parameters" value-field="newEntity"/>
+ <if-empty field="newEntity.fromDate">
+ <now-timestamp field="newEntity.fromDate"/>
+ </if-empty>
<create-value value-field="newEntity"/>
</simple-method>
<simple-method method-name="updateTaxAuthorityRateProduct" short-description="update a TaxAuthorityRateProduct">