1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

minor fixes for export transformers

This commit is contained in:
David Bomba 2020-11-17 07:32:36 +11:00
parent 12c928c5a0
commit eb6cddeb08

View File

@ -764,7 +764,7 @@ trait GenerateMigrationResources
'date' => $item->created_at,
'custom_value1' => $item->custom_value1,
'custom_value2' => $item->custom_value2,
'line_item_type_id' => $item->invoice_item_type_id,
'type_id' => $item->invoice_item_type_id,
];
}