[Erp5-report] r24839 - in /erp5/trunk/bt5/erp5_trade: WorkflowTemplateItem/portal_workflow/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Dec 8 18:41:46 CET 2008
Author: jerome
Date: Mon Dec 8 18:41:46 2008
New Revision: 24839
URL: http://svn.erp5.org?rev=24839&view=rev
Log:
update tax line only once per transaction at the end of transaction.
Modified:
erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/tax_interaction_workflow/interactions/TaxableMovement_edit.xml
erp5/trunk/bt5/erp5_trade/bt/revision
Modified: erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/tax_interaction_workflow/interactions/TaxableMovement_edit.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/tax_interaction_workflow/interactions/TaxableMovement_edit.xml?rev=24839&r1=24838&r2=24839&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/tax_interaction_workflow/interactions/TaxableMovement_edit.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/tax_interaction_workflow/interactions/TaxableMovement_edit.xml [utf8] Mon Dec 8 18:41:46 2008
@@ -30,6 +30,12 @@
<item>
<key> <string>after_script_name</string> </key>
<value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>before_commit_script_name</string> </key>
+ <value>
<list>
<string>Delivery_updateTaxLineList</string>
</list>
@@ -60,7 +66,7 @@
</item>
<item>
<key> <string>once_per_transaction</string> </key>
- <value> <int>0</int> </value>
+ <value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type_filter</string> </key>
@@ -76,7 +82,7 @@
</item>
<item>
<key> <string>title</string> </key>
- <value> <string>FIXME: trigger is too "large"</string> </value>
+ <value> <string></string> </value>
</item>
<item>
<key> <string>trigger_type</string> </key>
Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=24839&r1=24838&r2=24839&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision [utf8] Mon Dec 8 18:41:46 2008
@@ -1,1 +1,1 @@
-542
+543
More information about the Erp5-report
mailing list