示例#1
0
        public void loadInvoiceList()
        {
            //List<INVOICE> invoiceList =  model.getInvoicesBy(null, null, RECORD_STATUS.ACTIVE);
            DataTable invoiceTable = model.getInvoiceListBy(0, null, RECORD_STATUS.ACTIVE);

            invoiceView.showInvoiceList(invoiceTable);
        }