Hotfix modificar entradas contabilizadas Ticket 191417 #2551

Merged
carlosap merged 2 commits from Hotfix-modificar-entradas-contabilizadas-Ticket-191417 into master 2024-06-06 09:21:19 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b78ef97813 - Show all commits

View File

@ -15,7 +15,7 @@ BEGIN
FROM `entry` e
JOIN entryType et ON et.code = e.typeFk
WHERE NOT et.isInformal
AND id = vSelf;
AND e.id = vSelf;

e.id

e.id
IF vIsEditable AND NOT IFNULL(@isModeInventory, FALSE) THEN
CALL util.throw('Entry is not editable');