From: Janusz Dobrowolski Date: Fri, 8 Jan 2016 09:51:51 +0000 (+0100) Subject: Fixed dependency problem during fiscal year closing. X-Git-Tag: v2.4.2~19^2~81 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=608704f10d54c49d4e8400ed173edd909431f759;p=fa-stable.git Fixed dependency problem during fiscal year closing. --- diff --git a/admin/db/fiscalyears_db.inc b/admin/db/fiscalyears_db.inc index f9b4d415..c65524f3 100644 --- a/admin/db/fiscalyears_db.inc +++ b/admin/db/fiscalyears_db.inc @@ -9,6 +9,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ +require_once($path_to_root. "/includes/ui/items_cart.inc"); // fiscal year routines function add_fiscalyear($from_date, $to_date, $closed)