Add title sections to invoices backend and frontend, #41
This commit is contained in:
@@ -12,6 +12,7 @@ class LineItem extends Model
|
||||
protected $fillable = [
|
||||
'invoice_id',
|
||||
'position',
|
||||
'is_section',
|
||||
'title',
|
||||
'description',
|
||||
'quantity',
|
||||
|
||||
Reference in New Issue
Block a user