Fix update receipt eatby

This commit is contained in:
Francis Appels 2021-05-27 16:03:17 +02:00 committed by Laurent Destailleur
parent 4d460b1383
commit 01f5a5fb18

View File

@ -464,7 +464,7 @@ if ($action == 'updateline' && $user->rights->fournisseur->commande->receptionne
$product = $supplierorderdispatch->fk_product;
$price = price2num(GETPOST('price'), '', 2);
$comment = $supplierorderdispatch->comment;
$eatby = $supplierorderdispatch->fk_product;
$eatby = $supplierorderdispatch->eatby;
$sellby = $supplierorderdispatch->sellby;
$batch = $supplierorderdispatch->batch;