From: Janusz Dobrowolski Date: Wed, 26 Jan 2011 15:01:01 +0000 (+0000) Subject: Transactions will remain closed after after fiscal year was reopened. X-Git-Tag: v2.4.2~19^2~389 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=57a9113ce4e8c0d3ec4bb2a0cb4d467c788c003e;p=fa-stable.git Transactions will remain closed after after fiscal year was reopened. --- diff --git a/admin/db/fiscalyears_db.inc b/admin/db/fiscalyears_db.inc index b14ce5ba..ba04017c 100644 --- a/admin/db/fiscalyears_db.inc +++ b/admin/db/fiscalyears_db.inc @@ -166,10 +166,6 @@ function open_year($year) { $myrow = get_fiscalyear($year); $from = sql2date($myrow['begin']); - - begin_transaction(); - open_transactions($from); - commit_transaction(); } //---------------------------------------------------------------------------------------------