mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
fix(items): added unit name after quantity in the pdf templates
This commit is contained in:
@ -22,7 +22,8 @@ class EstimateItem extends Model
|
||||
'discount_val',
|
||||
'tax',
|
||||
'total',
|
||||
'discount'
|
||||
'discount',
|
||||
'unit_name',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
@ -25,7 +25,8 @@ class InvoiceItem extends Model
|
||||
'discount_val',
|
||||
'total',
|
||||
'tax',
|
||||
'discount'
|
||||
'discount',
|
||||
'unit_name',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user