Commit f7507f45 authored by Yusei Tahara's avatar Yusei Tahara

2011-04-04 yusei

* Fix tales expression on property "enabled" of my_view_mode_payment_date. This field cannot be displayed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45040 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 92a6d1b5
......@@ -125,7 +125,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: \'custom\' in [getattr(here, \'getPaymentConditionTradeDate\', lambda: None),getattr(here, \'getTradeDate\', lambda: None)]</string> </value>
<value> <string>python: \'custom\' in [getattr(here, \'getPaymentConditionTradeDate\', lambda: None)(),getattr(here, \'getTradeDate\', lambda: None)()]</string> </value>
</item>
</dictionary>
</pickle>
......
2011-04-04 yusei
* Fix tales expression on property "enabled" of my_view_mode_payment_date. This field cannot be displayed.
2011-03-30 nicolas
* Add internal trade conditions
......
1119
\ No newline at end of file
1120
\ 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