Commit 86b093eb authored by Jérome Perrin's avatar Jérome Perrin

accept any delivery as follow up, not only accounting transactions

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33786 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6ce5cc01
...@@ -627,7 +627,7 @@ ...@@ -627,7 +627,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: map(lambda x: [x,x], here.getPortalNodeTypeList() + here.getPortalProjectTypeList() + here.getPortalTicketTypeList() + here.getPortalAccountingTransactionTypeList())</string> </value> <value> <string>python: map(lambda x: [x,x], here.getPortalNodeTypeList() + here.getPortalProjectTypeList() + here.getPortalTicketTypeList() + here.getPortaDeliveryTypeList())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
1093 1094
\ 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