// Improved Supply Orders threshold when creating a template
This commit is contained in:
@@ -2024,6 +2024,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
|
||||
$manager = StockManagerFactory::getManager();
|
||||
foreach ($items as $item)
|
||||
{
|
||||
$diff = 0;
|
||||
if ($supply_order->is_template != 0)
|
||||
{
|
||||
$real_quantity = (int)$manager->getProductRealQuantities($item['id_product'], $item['id_product_attribute'], $supply_order->id_warehouse, true);
|
||||
|
||||
Reference in New Issue
Block a user