/// <summary> /// Get PO Invoice data /// </summary> /// <returns></returns> /// <author> Tuan TQ, 06 Apr, 2006</author> public DataTable GetPOBOMShortageData(DateTime pdtmPostDate, int pintProductionLineID, string pstrPONo, string pstrProductIDList) { C1PrintPreviewDialogDS dsReport = new C1PrintPreviewDialogDS(); return(dsReport.GetPOBOMShortageData(pdtmPostDate, pintProductionLineID, pstrPONo, pstrProductIDList)); }