Commit f54a47bf authored by Jérome Perrin's avatar Jérome Perrin

TradeCondition_getDueDate has a bad name, it should be named PaymentCondition_getDueDate

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18798 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0b75c584
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
# TODO: this script is not well tested and not fully implemented\n # TODO: this script is not well tested and not fully implemented\n
# TODO: this is actually PaymentCondition_getDueDate\n
\n \n
from DateTime import DateTime\n from DateTime import DateTime\n
\n \n
...@@ -209,6 +210,10 @@ return due_date\n ...@@ -209,6 +210,10 @@ return due_date\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>TradeCondition_getDueDate</string> </value> <value> <string>TradeCondition_getDueDate</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
158 159
\ 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