v.2.27
Fixed reports
This commit is contained in:
@@ -54,7 +54,7 @@ class ExchangeOrders extends Model
|
||||
'cof' => $item['cof'],
|
||||
'unit' => Units::getName($item['units_id']),
|
||||
'amount' => round($item['sale_price'] * $item['count'], 2),
|
||||
'discount' => round($discount, 2)
|
||||
'discount' => round($discount)
|
||||
);
|
||||
$amount += round($item['sale_price'] * $item['count'], 2);
|
||||
$full_price += round($realPrice,2);
|
||||
|
||||
Reference in New Issue
Block a user