mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
fix: phpstan
htdocs/reception/dispatch.php 196 Property CommandeFournisseurDispatch::$fk_entrepot (int) does not accept array|string.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user