Add expense type id for invoice items
This commit is contained in:
parent
9c4a223923
commit
b9e56a271d
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class InvoiceItem
|
|||
|
||||
public $custom_value4 = '';
|
||||
|
||||
public $type_id = '1'; //1 = product, 2 = service, 3 unpaid gateway fee, 4 paid gateway fee, 5 late fee, 6 promo code
|
||||
public $type_id = '1'; //1 = product, 2 = service, 3 unpaid gateway fee, 4 paid gateway fee, 5 late fee, 6 expense
|
||||
|
||||
public static $casts = [
|
||||
'type_id' => 'string',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue