Skip to content

Commit 085aeea

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

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
@@ -16,7 +16,7 @@ protected function defineRules(): array
1616
{
1717
$rules = parent::defineRules();
1818

19-
// Update the `['type']` rule to online allow incoming
19+
// Update the `['type']` rule to only allow incoming
2020
foreach ($rules as &$item) {
2121
if ($item[0] !== ['type']) {
2222
continue;

0 commit comments

Comments
 (0)