Commit 679e12ec authored by Ivan Tyagov's avatar Ivan Tyagov

Set accounting period to be one year not one day.

parent 5596261a
......@@ -68,7 +68,7 @@ if not found_period:\n
portal_type = \'Accounting Period\',\n
title = context.Zuite_getHowToInfo()[\'optional_new_accounting_period_title\'],\n
start_date = used_test_date - 1,\n
stop_date = used_test_date + 1\n
stop_date = used_test_date + 365\n
)\n
test_accounting_period.start()\n
......
776
\ No newline at end of file
777
\ 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