Fix travis
This commit is contained in:
parent
54f9ed6346
commit
d80931429e
@ -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") {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user