This commit is contained in:
Laurent Destailleur 2020-02-12 18:21:45 +01:00
parent e74df397eb
commit 03a8414ba8

View File

@ -239,6 +239,7 @@ class AccountancyExport
$filename = 'general_ledger-'.$this->getFormatCode($formatexportset);
$type_export = 'general_ledger';
global $db; // The tpl file use $db
include DOL_DOCUMENT_ROOT.'/accountancy/tpl/export_journal.tpl.php';