This commit is contained in:
2021-03-24 18:34:35 +00:00
parent 1ce198ef85
commit 6b68c57d11
4 changed files with 253 additions and 1 deletions

View File

@@ -421,6 +421,7 @@ BEGIN
when 66 then aytable = 'apartwarehouse';
when 67 then aytable = 'apartinventory'; aynamecolumn='description';
when 68 then return format('DataListColumnView %L', ayobjectid);
when 71 then aytable = 'aworkorderstatus';
else
RETURN returnstr;
end case;

View File

@@ -408,6 +408,7 @@ namespace AyaNova.Util
await EraseTableAsync("atravelrate", conn);
await EraseTableAsync("ataxcode", conn);
await EraseTableAsync("aservicebank", conn);
await EraseTableAsync("aworkorderstatus", conn);
//after cleanup