remove v
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:03 +01:00
parent 59a0cb3f4a
commit a24445439a
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('vCompanyCodeNotDefined');
CALL util.throw('CompanyCodeNotDefined');
END IF;
SELECT MAX(i.ref) INTO vLastRef