From 765c6a0c5218b7617f816728141cdb858237b28b Mon Sep 17 00:00:00 2001 From: thisgun Date: Fri, 14 May 2021 10:50:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/couponformupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/couponformupdate.php b/adm/shop_admin/couponformupdate.php index 4397010fc..f5ddb3fb2 100644 --- a/adm/shop_admin/couponformupdate.php +++ b/adm/shop_admin/couponformupdate.php @@ -61,7 +61,7 @@ if( (int) $_POST['cp_price'] < 0 ){ } if($_POST['cp_type'] && ($_POST['cp_price'] < 1 || $_POST['cp_price'] > 99)) - alert('할인비율을은 1과 99사이 값으로 입력해 주십시오.'); + alert('할인비율을 1과 99사이 값으로 입력해 주십시오.'); if($_POST['cp_method'] == 0) { $sql = " select count(*) as cnt from {$g5['g5_shop_item_table']} where it_id = '$cp_target' and it_nocoupon = '0' ";