mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean up on Import
This commit is contained in:
parent
0e4e088757
commit
6669b81c4d
@ -1506,12 +1506,6 @@ class Import implements ShouldQueue
|
||||
'new' => $expense_category->id,
|
||||
];
|
||||
|
||||
// $this->ids['expense_categories'] = [
|
||||
// "expense_categories_{$old_user_key}" => [
|
||||
// 'old' => $resource['id'],
|
||||
// 'new' => $expense_category->id,
|
||||
// ],
|
||||
// ];
|
||||
}
|
||||
|
||||
ExpenseCategory::reguard();
|
||||
|
Loading…
x
Reference in New Issue
Block a user