Skip to content

Commit

Permalink
Update card.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 27, 2017
1 parent eaafe83 commit 78e3c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/expedition/card.php
Expand Up @@ -1218,9 +1218,9 @@
print $langs->trans("Batch").': '.$productlotObject->getNomUrl(1);
print ' ('.$dbatch->qty.')';
}
else
else // When lot not found in lot table (this can happen with old record)
{
print $dbatch->batch.' ('.$dbatch->qty.')';
print $langs->trans("Batch").': '.$dbatch->batch.' ('.$dbatch->qty.')';
}
$quantityToBeDelivered -= $deliverableQty;
if ($quantityToBeDelivered < 0)
Expand Down

0 comments on commit 78e3c63

Please sign in to comment.