fixed typo

This commit is contained in:
Denis Duliçi
2020-07-22 15:33:43 +03:00
parent 4633aab88a
commit b96a229636

View File

@ -95,7 +95,7 @@ class CreateBillItemsAndTotals extends Job
'bill_id' => $this->bill->id,
'code' => 'tax',
'name' => $tax['name'],
'amount' => round(abs($total['amount']), $precision),
'amount' => round(abs($tax['amount']), $precision),
'sort_order' => $sort_order,
]);