@@ -65,7 +65,7 @@ class PurchaseOrderClass extends BaseClass
if (getenv('YII_ENV') == 'production') {
$weight = $v['weight'] ?? 0;
} else {
- $weight = 0.6;
+ $weight = $v['weight'] ?? 0;
}
$totalItemWeight = bcadd($totalItemWeight, $weight, 2);