Merge pull request #27627 from thibdrev/patch-12

fix: phpstan
This commit is contained in:
Laurent Destailleur
2024-01-18 22:40:53 +01:00
committed by GitHub

View File

@@ -193,7 +193,7 @@ if ($action == 'updatelines' && $permissiontoreceive) {
} else {
$qtystart = $supplierorderdispatch->qty;
$supplierorderdispatch->qty = GETPOST($qty);
$supplierorderdispatch->fk_entrepot = GETPOST($ent, 'int');
$supplierorderdispatch->fk_entrepot = GETPOSTINT($ent);
if ($modebatch == "batch") {
$supplierorderdispatch->eatby = $dDLUO;
$supplierorderdispatch->sellby = $dDLC;