Skip to content

Commit

Permalink
Merge pull request #7160 from hguibourgdev/patch-4
Browse files Browse the repository at this point in the history
Update card.php
  • Loading branch information
eldy committed Jul 18, 2017
2 parents 97fe41d + 2166b3d commit 9ea30c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/commande/card.php
Expand Up @@ -2084,7 +2084,7 @@
print '</form>';
} else {
print $object->date ? dol_print_date($object->date, 'day') : '&nbsp;';
if ($object->hasDelay() && empty($object->date_livraison)) {
if ($object->hasDelay() && ! empty($object->date_livraison)) {
print ' '.img_picto($langs->trans("Late").' : '.$object->showDelay(), "warning");
}
}
Expand Down

0 comments on commit 9ea30c4

Please sign in to comment.