오타 수정

This commit is contained in:
thisgun
2021-05-14 10:50:30 +09:00
parent 77f7208f50
commit 765c6a0c52

View File

@ -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' ";