Fix Bug : do not print Misc Ledger
This commit is contained in:
parent
5d3c667dfb
commit
e4db8328ea
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ echo_debug('jrn_pdf',__LINE__,'p_simple = '.$_REQUEST['p_simple']);
|
|||
//----------------------------------------------------------------------
|
||||
// Detailled Printing
|
||||
//---------------------------------------------------------------------
|
||||
if ( $Jrn->id==0 || $jrn_type=='FIN' || $jrn_type=='ODS' || $_REQUEST['p_simple']== 0 )
|
||||
if ( $Jrn->id==0 || $jrn_type=='FIN' || $jrn_type=='OD ' || $_REQUEST['p_simple']== 0 )
|
||||
{
|
||||
$pdf=& new Cezpdf("A4");
|
||||
$pdf->selectFont('./addon/fonts/Helvetica.afm');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue