Add FIX_BROKEN_PDF in constant.php by default it is NO

This commit is contained in:
Dany De Bontridder 2016-01-30 19:11:50 +01:00
parent b5dac900f9
commit 2a06df770e
2 changed files with 7 additions and 0 deletions

View file

@ -250,6 +250,10 @@ else
define ('PDFTK','NOT');
}
// If it is not a mono folder it is a multi one
if ( !defined('MULTI')) {
define('MULTI',1);
}
define ('JS_INFOBULLE','
<DIV id="bulle" class="infobulle"></DIV>

View file

@ -187,6 +187,9 @@ function display_file_config($p_array,$from_setup=1,$p_os=1)
print ( '// define ("NOALYSS_INCLUDE","");');
print ("\r\n");
print ( '// define ("NOALYSS_TEMPLATE","");');
print ( "// Fix an issue with PDF when exporting receipt in PDF in ANCGL"."\r\n");
print ( '// define ("FIX_BROKEN_PDF","NO");');
print ("\r\n");
print ("\r\n");
print ("\r\n");
print ("\r\n");