Payments test issue fixed.
[Line](https://github.com/akaunting/akaunting/runs/6039709995?check_suite_focus=true) 20, 32
This commit is contained in:
parent
a6cdd57bbe
commit
db143fd4f3
@ -147,7 +147,7 @@ class CreateDocumentItemsAndTotals extends Job implements HasOwner, HasSource, S
|
||||
'document_id' => $this->document->id,
|
||||
'code' => 'total',
|
||||
'name' => 'invoices.total',
|
||||
'amount' => round($this->request['amount'], $precision),
|
||||
'amount' => $this->request['amount'],
|
||||
'sort_order' => $sort_order,
|
||||
'created_from' => $this->request['created_from'],
|
||||
'created_by' => $this->request['created_by'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user