Hotfix modificar entradas contabilizadas Ticket 191417
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Andrés 2024-06-05 15:50:16 +02:00
parent 638a5e9a1e
commit b78ef97813
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ BEGIN
FROM `entry` e FROM `entry` e
JOIN entryType et ON et.code = e.typeFk JOIN entryType et ON et.code = e.typeFk
WHERE NOT et.isInformal WHERE NOT et.isInformal
AND id = vSelf; AND e.id = vSelf;
IF vIsEditable AND NOT IFNULL(@isModeInventory, FALSE) THEN IF vIsEditable AND NOT IFNULL(@isModeInventory, FALSE) THEN
CALL util.throw('Entry is not editable'); CALL util.throw('Entry is not editable');