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:
parent
12c928c5a0
commit
eb6cddeb08
@ -764,7 +764,7 @@ trait GenerateMigrationResources
|
|||||||
'date' => $item->created_at,
|
'date' => $item->created_at,
|
||||||
'custom_value1' => $item->custom_value1,
|
'custom_value1' => $item->custom_value1,
|
||||||
'custom_value2' => $item->custom_value2,
|
'custom_value2' => $item->custom_value2,
|
||||||
'line_item_type_id' => $item->invoice_item_type_id,
|
'type_id' => $item->invoice_item_type_id,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user