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