Fix travis

This commit is contained in:
andreubisquerra 2020-10-12 22:34:05 +02:00 committed by GitHub
parent 54f9ed6346
commit d80931429e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -591,7 +591,7 @@ if ($action == "order" and $placeid != 0)
$db->query($sql); $db->query($sql);
$invoice->fetch($placeid); //Reload object after set lines as printed $invoice->fetch($placeid); //Reload object after set lines as printed
$linestoprint = 0; $linestoprint = 0;
foreach ($invoice->lines as $line) foreach ($invoice->lines as $line)
{ {
if ($line->special_code == "4") { if ($line->special_code == "4") {