Commit c7c7a6fd authored by Sebastien Robin's avatar Sebastien Robin

make it working with last changes ont money_deposit_rendering

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12108 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0a553ddf
......@@ -74,7 +74,7 @@ from Products.DCWorkflow.DCWorkflow import ValidationFailed\n
from Products.ERP5Type.Message import Message\n
\n
transaction = state_change.object\n
vault = transaction.getSource()\n
vault = transaction.getBaobabSource()\n
date = transaction.getStartDate()\n
\n
# check we are in an opened accounting day\n
......
137
\ No newline at end of file
139
\ 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