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