From 24c4a426c03c55ee8e34a745ce6c3f5ba970c008 Mon Sep 17 00:00:00 2001 From: chi Date: Mon, 4 Mar 2024 11:00:35 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=AC=EB=A7=A4=ED=8E=B8=EC=A7=91=EC=8B=9C?= =?UTF-8?q?=20=EC=A0=80=EC=9E=A5=EC=86=8C=EA=B0=80=20=ED=91=9C=EC=8B=9C?= =?UTF-8?q?=EB=90=98=EC=A7=80=EC=95=8A=EB=8A=94=20=ED=98=84=EC=83=81=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Add.cs | 2 +- SubProject/FEQ0000/PurchaseNR/fPurchase_Add.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Add.cs b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Add.cs index a4f6217..8b190e6 100644 --- a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Add.cs +++ b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Add.cs @@ -170,7 +170,7 @@ namespace FEQ0000 tbSID.Text = dr.sid; tbSID.Tag = tbSID.Text; - + tbStorage.Text = dr.place; //if (dr.manuproc == "") cbManuProc.SelectedIndex = -1; //else cbManuProc.Text = dr.manuproc; //190106 diff --git a/SubProject/FEQ0000/PurchaseNR/fPurchase_Add.cs b/SubProject/FEQ0000/PurchaseNR/fPurchase_Add.cs index 3f5891a..1dc8945 100644 --- a/SubProject/FEQ0000/PurchaseNR/fPurchase_Add.cs +++ b/SubProject/FEQ0000/PurchaseNR/fPurchase_Add.cs @@ -215,6 +215,7 @@ namespace FEQ0000 tbSID.Text = dr.sid; tbSID.Tag = tbSID.Text; + tbStorage.Text = dr.place; //230728 if (dr.IscostcenterNull() == false)