Skip to content
Snippets Groups Projects
Commit 02aa3f56 authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Debug double conf

parent 65121312
No related branches found
No related tags found
No related merge requests found
...@@ -376,7 +376,6 @@ class BordereauChequeBlochet extends ModeleChequeReceipts ...@@ -376,7 +376,6 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
global $conf; global $conf;
$default_font_size = pdf_getPDFFontSize($outputlangs); $default_font_size = pdf_getPDFFontSize($outputlangs);
global $conf;
$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS; $showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
return pdf_pagefoot($pdf,$outputlangs,'BANK_CHEQUERECEIPT_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext); return pdf_pagefoot($pdf,$outputlangs,'BANK_CHEQUERECEIPT_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
$paramfreetext='BANK_CHEQUERECEIPT_FREE_TEXT'; $paramfreetext='BANK_CHEQUERECEIPT_FREE_TEXT';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment