FIX wrong message on update shipment

This commit is contained in:
VESSILLER 2025-02-05 11:19:36 +01:00
parent e4f0c1a42b
commit bbbba45fc1
2 changed files with 2 additions and 1 deletions

View File

@ -342,7 +342,7 @@ if ($action == 'updatelines' && $usercancreate) {
setEventMessages($error, $errors, 'errors');
} else {
$db->commit();
setEventMessages($langs->trans("ReceptionUpdated"), null);
setEventMessages($langs->trans("ShipmentUpdated"), null);
header("Location: ".DOL_URL_ROOT.'/expedition/dispatch.php?id='.$object->id);
exit;

View File

@ -63,6 +63,7 @@ NoProductToShipFoundIntoStock=No product to ship found in warehouse <b>%s</b>. C
WeightVolShort=Weight/Vol.
ValidateOrderFirstBeforeShipment=You must first validate the order before being able to make shipments.
NoLineGoOnTabToAddSome=No line, go on tab "%s" to add
ShipmentUpdated=Shipment successfully updated
# Sending methods
# ModelDocument