Skip to content
Snippets Groups Projects
Commit f39558eb authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix ĉonf not defined

parent 0af55512
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,8 @@ class AccountancyExport
* @return void
*/
public function exportNormal($objectLines) {
global $conf;
foreach ( $objectLines as $line ) {
// Std export
$date = dol_print_date($line->doc_date, $conf->global->ACCOUNTING_EXPORT_DATE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment