fix: refs #8069 throw message in spanish
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pako Natek 2024-10-09 07:41:43 +02:00
parent f0ac12d52e
commit 4eab12dd04
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ BEGIN
) INTO vHas0Amount;
IF vHas0Amount THEN
CALL util.throw('Remove lines with quantity = 0 before confirming');
END IF;
CALL util.throw('Hay líneas vacías. Por favor, elimínelas');
END IF;
START TRANSACTION;