Skip to content

Commit

Permalink
Delete Pallet return
Browse files Browse the repository at this point in the history
  • Loading branch information
KirinZero0 committed Feb 12, 2025
1 parent e7639e3 commit ddedd7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Actions/Fulfilment/PalletReturn/DeletePalletReturn.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public function handle(PalletReturn $palletReturn, array $modelData = []): void
UpdatePallet::run($pallet, [
'state' => PalletStateEnum::STORING,
'status' => PalletStatusEnum::STORING,
'pallet_return_id' => null
'pallet_return_id' => null,
'requested_for_return_at' => null
]);

}
Expand Down

0 comments on commit ddedd7f

Please sign in to comment.