mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update InvoiceItemTransformer.php
This commit is contained in:
parent
67ba4c9a11
commit
651fae745e
@ -21,6 +21,8 @@ class InvoiceItemTransformer extends EntityTransformer
|
||||
'tax_name2' => $item->tax_name2 ? $item->tax_name2 : '',
|
||||
'tax_rate2' => (float) $item->tax_rate2,
|
||||
'invoice_item_type_id' => (int) $item->invoice_item_type_id,
|
||||
'custom_value1' => $item->custom_value1,
|
||||
'custom_value2' => $item->custom_value2,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user