190724
This commit is contained in:
		| @@ -290,7 +290,11 @@ namespace FEQ0000 | ||||
|             } | ||||
|  | ||||
|             var taE = new dsPurchaseTableAdapters.PurchaseTableAdapter(); | ||||
|             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((dsPurchase.PurchaseDataTable)dt); | ||||
|  | ||||
|             dt.AcceptChanges(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim