Skip to content

Commit

Permalink
fix second bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-greg committed Aug 5, 2019
1 parent 41c07b9 commit 1d4fc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/livraison/card.php
Expand Up @@ -675,7 +675,7 @@
$mode = ($object->statut == 0) ? 'edit' : 'view';
$line = new LivraisonLigne($db);
$line->fetch_optionals($object->lines[$i]->id);
if ($action = 'create_delivery') {
if ($action == 'create_delivery') {
$srcLine = new ExpeditionLigne($db);
$expeditionLineExtrafields = new Extrafields($db);
$expeditionLineExtrafieldLabels = $expeditionLineExtrafields->fetch_name_optionals_label($srcLine->table_element);
Expand Down

0 comments on commit 1d4fc32

Please sign in to comment.