From 608704f10d54c49d4e8400ed173edd909431f759 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 8 Jan 2016 10:51:51 +0100 Subject: [PATCH] Fixed dependency problem during fiscal year closing. --- admin/db/fiscalyears_db.inc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2