mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-06-02 08:29:01 +00:00
add estimate & invoice item qty cast, build 201
This commit is contained in:
@@ -30,6 +30,7 @@ class InvoiceItem extends Model
|
||||
'price' => 'integer',
|
||||
'total' => 'integer',
|
||||
'discount' => 'float',
|
||||
'quantity' => 'float',
|
||||
'discount_val' => 'integer',
|
||||
'tax' => 'integer'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user