Commit 586d7116 authored by Aurel's avatar Aurel

fix getBaobab SCript for cash incident module

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8659 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 688312f0
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>return None\n <value> <string>return context.getSource()\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -115,7 +115,8 @@ ...@@ -115,7 +115,8 @@
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>None</string> <string>_getattr_</string>
<string>context</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>return context.getSource()\n <value> <string>return None\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
</item> </item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <string>Script (Python):/baobab/portal_skins/erp5_banking_cash/OutgoingCashIncidentLine_getBaobabSource</string> </value> <value> <string>Script (Python):/baobab/portal_skins/erp5_banking_cash/IncomingCashIncidentLine_getBaobabSource</string> </value>
</item> </item>
<item> <item>
<key> <string>_owner</string> </key> <key> <string>_owner</string> </key>
...@@ -115,8 +115,7 @@ ...@@ -115,8 +115,7 @@
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>_getattr_</string> <string>None</string>
<string>context</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -133,7 +132,7 @@ ...@@ -133,7 +132,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>OutgoingCashIncidentLine_getBaobabSource</string> </value> <value> <string>IncomingCashIncidentLine_getBaobabSource</string> </value>
</item> </item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
......
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