Commit 671feaa6 authored by Kevin Deldycke's avatar Kevin Deldycke

Why it report me a change ?


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5737 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1dd42b0f
......@@ -78,8 +78,8 @@ if kw.get(\'no_from_date\', 0) :\n
else :\n
from_date = kw.get(\'from_date\', preference\\\n
.getPreferredAccountingTransactionFromDate())\n
if from_date :\n
kwd[\'from_date\'] = from_date\n
if from_date:\n
kwd[\'from_date\'] = from_date\n
at_date = kw.get(\'at_date\', preference\\\n
.getPreferredAccountingTransactionAtDate())\n
if at_date :\n
......
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