프로젝트에 category 추가, 컬럼명을 한글로 변경

This commit is contained in:
chikyun.kim
2019-09-03 12:13:50 +09:00
parent d762d3e623
commit 509046bbc0
19 changed files with 3041 additions and 355 deletions

View File

@@ -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);