Commit 7d8aff3b authored by Vincent Pelletier's avatar Vincent Pelletier

Source is a counter, not a site any more. So appended node path must be updated.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15561 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c8cd75c
......@@ -75,7 +75,7 @@ ob = state_change[\'object\'] \n
source = ob.getSource()\n
\n
# check we are in an opened accounting day\n
vault = \'%s/surface/caisse_courante/encaisse_des_billets_et_monnaies\' % (source, )\n
vault = \'%s/encaisse_des_billets_et_monnaies/sortante\' % (source, )\n
date = ob.getStartDate()\n
ob.Baobab_checkCounterDateOpen(site=vault, date=date)\n
\n
......
470
\ No newline at end of file
472
\ 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