#6276 createNewWarehouse methods migrated from silex to salix #1850

Merged
jorgep merged 158 commits from 6276-createNewWarehouse into dev 2024-03-06 11:32:11 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit bce8feb552 - Show all commits

View File

@ -3666,4 +3666,7 @@ UPDATE vn.collection
WHERE id=10101010;
UPDATE vn.sale
SET isPicked =FALSE;
SET isPicked =FALSE;
INSERT INTO machineWorkerConfig(maxHours)
VALUES(12);