case 3996

This commit is contained in:
2021-10-08 22:31:59 +00:00
parent ddf91a4d03
commit 755bbf6a70

View File

@@ -388,13 +388,13 @@ BEGIN
when 19 then aytable = 'aformcustom'; aynamecolumn = 'formkey';
when 20 then aytable = 'apart'; aynamecolumn ='partnumber';
when 21 then aytable = 'apm'; aynamecolumn ='serial';
when 22 then aytable = 'apmitem';
when 22 then return 'LT:PMItem';
when 23 then return 'LT:WorkOrderItemExpense';
when 24 then return 'LT:WorkOrderItemLabor';
when 25 then aytable = 'aproject';
when 26 then aytable = 'apurchaseorder'; aynamecolumn = 'serial';
when 27 then aytable = 'aquote'; aynamecolumn = 'serial';
when 28 then return 'LT:WorkOrderItem';
when 28 then return 'LT:QuoteItem';
when 29 then return 'LT:WorkOrderItemLoan';
when 30 then return 'LT:WorkOrderItemPart';
when 31 then aytable = 'aunit'; aynamecolumn = 'serial';