min c
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2024-03-06 13:09:41 +01:00
parent a24445439a
commit 6a13a33f84
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ BEGIN
WHERE id = NEW.companyFk;
IF vCompanyCode IS NULL THEN
CALL util.throw('CompanyCodeNotDefined');
CALL util.throw('companyCodeNotDefined');
END IF;
SELECT MAX(i.ref) INTO vLastRef