190724
This commit is contained in:
@@ -308,7 +308,7 @@ namespace FPJ0000.JobReport
|
||||
}
|
||||
|
||||
var taE = new dsPRJTableAdapters.JobReportTableAdapter();
|
||||
if (checkBox1.Checked) taE.DeleteImport(sd.Value.ToShortDateString(), ed.Value.ToShortDateString(), FCOMMON.info.Login.no);
|
||||
if (checkBox1.Checked) taE.DeleteImport(sd.Value.ToShortDateString(), ed.Value.ToShortDateString(), FCOMMON.info.Login.no, FCOMMON.info.Login.gcode);
|
||||
taE.Update((dsPRJ.JobReportDataTable)dt);
|
||||
|
||||
dt.AcceptChanges();
|
||||
|
||||
Reference in New Issue
Block a user