close

  public void postSalesReturnOrderInvoice(SalesTable salesTable)
    {
        SalesFormLetter_Invoice             salesformletter;
      

        salesformletter = SalesFormLetter_Invoice::newInvoice(classstr(formletterservice),                                                                             methodstr(formletterservice,postSalesOrderInvoice),
                                                                                sysoperationexecutionmode::synchronous);
        salesformletter.update(salestable,
                                            systemdateget(),
                                            salesupdate::all,
                                            accountorder::none,
                                            noyes::no,
                                            noyes::no);
    }

arrow
arrow

    lionlionchopper 發表在 痞客邦 留言(0) 人氣()