Payments test issue fixed.

[Line](https://github.com/akaunting/akaunting/runs/6039709995?check_suite_focus=true) 20, 32
This commit is contained in:
EnesSacid-Buker 2022-04-15 20:08:25 +03:00 committed by GitHub
parent a6cdd57bbe
commit db143fd4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'],