NW
[ExtensionOf(tableStr(CustInvoicePackingSlipQuantityMatch))] internal final class GOPCustInvoicePackingSlipQuantityMatch_Extension { /// <summary> /// /// </summary> /// <param name="sender"></param> /// <param name="e"></param> [DataEventHandler(tableStr(CustInvoicePackingSlipQuantityMatch), DataEventType::Inserted)] public static void CustInvoicePackingSlipQuantityMatch_onInserted(Common sender, DataEventArgs e) { CustInvoicePackingSlipQuantityMatch custInvoicePackingSlipQuantityMatch = sender as CustInvoicePackingSlipQuantityMatch; CustInvoiceTrans CustInvoiceTransReturn = custInvoiceTrans::findBySourceDocumentLine(custInvoicePackingSlipQuantityMatch.InvoiceSourceDocumentLine); CustInvoiceTrans CustInvoiceTransOrig; SalesL...