fix: debugAdd refs #6861 #2944

Merged
sergiodt merged 1 commits from 6861_debugAdd_hotFix into master 2024-09-11 09:02:19 +00:00
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ BEGIN
FROM operator
WHERE workerFk = account.myUser_getId();
CALL util.debugAdd('itemShelvingSale_addBySectorCollection',CONCAT(vSectorCollectionFk,' - ', account.myUser_getId()));
OPEN vSales;
l: LOOP
SET vDone = FALSE;