Skip to content

Commit

Permalink
Fix Import Locations
Browse files Browse the repository at this point in the history
  • Loading branch information
KirinZero0 committed Feb 24, 2025
1 parent a362023 commit bd14e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Actions/Inventory/Location/ImportLocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public function handle(Warehouse|WarehouseArea|Organisation $parent, $file): Upl
$file,
[
'model' => 'Location',
'parent_type' => $parent->getMorphClass(),
'parent_id' => $parent->id,
]
);

Expand Down

0 comments on commit bd14e79

Please sign in to comment.