minor fixes for export transformers
This commit is contained in:
parent
12c928c5a0
commit
eb6cddeb08
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue