mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Allow decimals on items quantities (#94)
* Allow decimals on items quantities #80 * Updating all requests validation * Revert discount_val
This commit is contained in:
@@ -79,7 +79,7 @@ class InvoicesRequest extends FormRequest
|
||||
'required',
|
||||
],
|
||||
'items.*.quantity' => [
|
||||
'integer',
|
||||
'numeric',
|
||||
'required',
|
||||
],
|
||||
'items.*.price' => [
|
||||
|
||||
Reference in New Issue
Block a user