Exemplo n.º 1
0
 private void GenerateItemsByRID()
 {
     PO clsPO = new PO();
     clsPO.GenerateItemsForReorderByRID(Int32.Parse(Session["TerminalID"].ToString()), Convert.ToInt64(lblPOID.Text), Convert.ToInt64(lblRID.Text), Convert.ToDateTime(txtIDCStartDate.Text + " 00:00:00"), Convert.ToDateTime(txtIDCEndDate.Text + " 23:59:59"));
     clsPO.CommitAndDispose();
 }