This commit is contained in:
2021-01-19 23:25:48 +00:00
parent 26ca0872a1
commit ac52aaa5ad
14 changed files with 896 additions and 3 deletions

View File

@@ -393,6 +393,7 @@ BEGIN
when 63 then aytable = 'atravelrate';
when 64 then aytable = 'ataxcode';
when 65 then aytable = 'apartassembly';
when 66 then aytable = 'apartwarehouse';
else
RETURN format('??PUBLIC.AYGETNAME-UNKNOWN_TYPE:%S',ayobjecttype);-- This should not happen unless dev forgot to update this
end case;