add phpdoc (#29832)

* add phpdoc

* fix phan

* fix phan

* fix phan

* fix phan

* fix phan

* fix phan

* fix phan

* fix phan

* fix phan

* add phpdoc

* fix phan

* fix phan
This commit is contained in:
Frédéric FRANCE
2024-06-04 14:46:54 +02:00
committed by GitHub
parent 678c76b80e
commit 741e75ee47
20 changed files with 133 additions and 24 deletions

View File

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