feat: refs #8057 Added data updates
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-11-14 09:32:02 +01:00
parent bde192966e
commit b9397c527d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ BEGIN
END IF;
IF NOT (NEW.provinceFk <=> OLD.provinceFk)
OR (NEW.postcode <=> OLD.postcode) THEN
OR (NEW.postCode <=> OLD.postCode) THEN
SET NEW.geoFk = supplier_getGeo(NEW.id);
END IF;