This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user