close #614 Fixed: Cannot pay for the bill and cannot delete the bill

This commit is contained in:
cuneytsenturk 2018-11-10 16:55:43 +03:00
parent 17be9fa205
commit cd8f5fe922

View File

@ -85,7 +85,7 @@ class CreateBill
$amount = $s_total + $tax_total; $amount = $s_total + $tax_total;
$request['amount'] = money($amount, $this->request['currency_code'])->getAmount(); $this->request['amount'] = money($amount, $this->request['currency_code'])->getAmount();
$bill->update($this->request->input()); $bill->update($this->request->input());