Commit f9700ddf authored by Yusei Tahara's avatar Yusei Tahara

2010-04-07 yusei

* Fix python scripts which ids were wrong.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34306 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a9c3531a
...@@ -137,7 +137,7 @@ return True\n ...@@ -137,7 +137,7 @@ return True\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>SimulationMovement_testInvoicingRule</string> </value> <value> <string>SimulationMovement_testInvoiceSimulationRule</string> </value>
</item> </item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
......
...@@ -133,7 +133,7 @@ return rule.getMatchingCell(movement) is not None\n ...@@ -133,7 +133,7 @@ return rule.getMatchingCell(movement) is not None\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>SimulationMovement_testInvoiceTransactionRule</string> </value> <value> <string>SimulationMovement_testInvoiceTransactionSimulationRule</string> </value>
</item> </item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
......
...@@ -125,7 +125,7 @@ return True\n ...@@ -125,7 +125,7 @@ return True\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>SimulationMovement_testTradeModelRule</string> </value> <value> <string>SimulationMovement_testTradeModelSimulationRule</string> </value>
</item> </item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
......
2010-04-07 yusei
* Fix python scripts which ids were wrong.
2010-03-08 tatuya 2010-03-08 tatuya
* Prevent to copy multiple payment conditions at the Delivery After Generation Script of Invoice Transaction. If the payment conditions are multiple, payment transaction builder manage to create too many payment transaction lines. * Prevent to copy multiple payment conditions at the Delivery After Generation Script of Invoice Transaction. If the payment conditions are multiple, payment transaction builder manage to create too many payment transaction lines.
......
351 353
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment