dev #9

Merged
mkm merged 16 commits from dev into main 2025-04-10 14:37:03 +08:00
Showing only changes of commit 8d085e688e - Show all commits

View File

@ -76,7 +76,7 @@ class InventoryTransferLogic extends BaseLogic
];
}
InventoryTransfer::insertAll($insert);
if ($find['two_type'] == 1) {
if ($find['two_type'] == 1 && $find['status'] == 1) {
InventoryTransferOrderLogic::audit($find, $insert, $admin_id);
}
Db::commit();