mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX wrong message on update shipment
This commit is contained in:
parent
e4f0c1a42b
commit
bbbba45fc1
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user