Merge invoice item type fix
This commit is contained in:
parent
db00e670e3
commit
30397bb0fa
1 changed files with 1 additions and 1 deletions
|
|
@ -936,7 +936,7 @@
|
|||
item.notes(task.description);
|
||||
item.qty(task.duration);
|
||||
item.task_public_id(task.publicId);
|
||||
item.invoice_item_type_id = {{ INVOICE_ITEM_TYPE_TASK }};
|
||||
item.invoice_item_type_id({{ INVOICE_ITEM_TYPE_TASK }});
|
||||
}
|
||||
model.invoice().invoice_items.push(blank);
|
||||
model.invoice().has_tasks(true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue