Skip to content

Commit c8e3cf6

Browse files
Update src/models/inventory/UpdateInventoryLevelInTransfer.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5b24bf8 commit c8e3cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/models/inventory/UpdateInventoryLevelInTransfer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected function defineRules(): array
2222
continue;
2323
}
2424

25-
$item['range'] = [['type'], 'in', 'range' => [...InventoryTransactionType::incoming(), 'onHand']];
25+
$item['range'] = [...InventoryTransactionType::incoming(), 'onHand'];
2626
}
2727

2828
return $rules;

0 commit comments

Comments
 (0)