X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fincludes%2Fgl_db.inc;h=2577ecc381b7523636d2cca2575888f94a2858d9;hb=523b8c69689f9ceb978b422b3e65a7eb9c089b6f;hp=242ecf04ab0e9c4b7e12a3b9592bbf422c9cdbd4;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/gl/includes/gl_db.inc b/gl/includes/gl_db.inc index 242ecf04..2577ecc3 100644 --- a/gl/includes/gl_db.inc +++ b/gl/includes/gl_db.inc @@ -12,6 +12,7 @@ include_once($path_to_root . "/includes/banking.inc"); include_once($path_to_root . "/gl/includes/db/gl_db_trans.inc"); +include_once($path_to_root . "/gl/includes/db/gl_journal.inc"); include_once($path_to_root . "/gl/includes/db/gl_db_bank_trans.inc"); include_once($path_to_root . "/gl/includes/db/gl_db_banking.inc"); include_once($path_to_root . "/gl/includes/db/gl_db_bank_accounts.inc");