Исправлен пересчет весовых товаров в онлайн реализации
This commit is contained in:
miroman-afk
2023-08-15 10:54:39 +03:00
parent 468cb21e40
commit a7c1679d12
6 changed files with 76 additions and 34 deletions

View File

@@ -92,7 +92,6 @@ class GETDashboard extends HRCCommand implements HRCCommandInterface
} else {
continue;
}
foreach ($order_items as $order_item) {
$profit += $order_item['profit'];
}