From 30156ffeb44dafe520dba7148a1c4cc578a4e3b4 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 16 May 2013 11:01:51 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=83=81=EC=84=B8=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=ED=8C=90=EB=A7=A4=EA=B0=80=EA=B2=A9=20=EB=85=B8?= =?UTF-8?q?=EC=B6=9C=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8D=98=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/shop/item.php b/mobile/shop/item.php index 7297109a4..1c2fc7aa7 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -629,8 +629,8 @@ else if (typeof(f.it_price) != 'undefined') f.it_price.value = amount; - if (typeof(f.disp_sell_amount) != 'undefined') - f.disp_sell_amount.value = number_format(String(amount * ct_qty)); + if (typeof(f.disp_sell_price) != 'undefined') + f.disp_sell_price.value = number_format(String(amount * ct_qty)); if (typeof(f.disp_cust_price) != 'undefined') f.disp_cust_price.value = number_format(String(cust_amount * ct_qty));