Merge branch '6276-createNewWarehouse' of https://gitea.verdnatura.es/verdnatura/salix into 6276-createNewWarehouse
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Sergio De la torre 2024-01-03 12:50:56 +01:00
commit 141b549e5b
1 changed files with 4 additions and 1 deletions

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);