Extend invoices and invoice items to keep more information.
This commit is contained in:
@@ -14,6 +14,7 @@ class Invoiceitem extends Model
|
||||
*/
|
||||
protected $fillable = [
|
||||
'invoice_id',
|
||||
'article_number',
|
||||
'amount',
|
||||
'discount',
|
||||
'tax',
|
||||
|
||||
Reference in New Issue
Block a user