프로젝트에 category 추가, 컬럼명을 한글로 변경
This commit is contained in:
		| @@ -692,8 +692,6 @@ namespace FEQ0000 | ||||
|             if (drv == null) return; | ||||
|             var dr = drv.Row as dsPurchase.PurchaseRow; | ||||
|  | ||||
|  | ||||
|  | ||||
|             //현재 데이터를 입력하여 신규 추가를 한다. | ||||
|             var newdr = this.dsPurchase.Purchase.NewPurchaseRow(); | ||||
|             FCOMMON.Util.CopyData((System.Data.DataRow)dr, (System.Data.DataRow)newdr); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim