This commit is contained in:
2021-01-22 19:58:01 +00:00
parent e84323bf4e
commit b586c5af3c
2 changed files with 2 additions and 1 deletions

View File

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