close #464 Fixed: 0 Money payment in invoice and bill;

Transfer,
Bill, Bill Payment, Bill Total,
Payment,
Invoice, Invoice Payment, Invoice Total,
Revenue.
This commit is contained in:
cuneytsenturk
2018-08-30 11:58:38 +03:00
parent fc0048cdfa
commit eb5023759c
11 changed files with 34 additions and 17 deletions

View File

@ -26,7 +26,7 @@ class BillTotal extends Request
return [
'bill_id' => 'required|integer',
'name' => 'required|string',
'amount' => 'required',
'amount' => 'required|amount',
'sort_order' => 'required|integer',
];
}