Skip to content

Commit

Permalink
fix: check uncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
itzArtha committed Feb 12, 2025
1 parent 2b4154c commit e7639e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public function handle(FulfilmentCustomer $fulfilmentCustomer, array $modelData)

if ($fulfilmentCustomer->number_pallets > 0) {
data_forget($modelData, 'pallets_storage');
data_forget($modelData, 'items_storage');
}

if ($fulfilmentCustomer->number_spaces > 0) {
Expand Down

0 comments on commit e7639e3

Please sign in to comment.