Skip to content

Commit

Permalink
FIX : tk7821 : correction test
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-gauthier committed May 29, 2018
1 parent 534a4ac commit 7526857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/actions_subtotal.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ function pdf_add_total(&$pdf,&$object, &$line, $label, $description,$posx, $posy
}
}

if($total_to_print) {
if($total_to_print !== '') {

if (GETPOST('hideInnerLines'))
{
Expand Down

0 comments on commit 7526857

Please sign in to comment.