Merge branch 'master' of github.com:akaunting/akaunting
This commit is contained in:
commit
f70b1b05b2
|
|
@ -28,7 +28,6 @@ class InvoiceItem extends Request
|
|||
'name' => 'required|string',
|
||||
'quantity' => 'required|integer',
|
||||
'price' => 'required',
|
||||
'price' => 'required',
|
||||
'total' => 'required',
|
||||
'tax' => 'required',
|
||||
'tax_id' => 'required',
|
||||
|
|
|
|||
Loading…
Reference in New Issue