mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX REPLENISH MANY FOURN WHEN ORDER ALREADY CREATE (#29710)
This commit is contained in:
parent
a174922733
commit
f3460eae48
|
|
@ -273,6 +273,7 @@ if ($action == 'order' && GETPOST('valid')) {
|
|||
} else {
|
||||
$id = $result;
|
||||
}
|
||||
$i++;
|
||||
} else {
|
||||
$order->socid = $suppliersid[$i];
|
||||
$order->fetch_thirdparty();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user