diff --git a/manager/vip/vip_list.php b/manager/vip/vip_list.php
index 94bd394b8..96c5e6e5e 100644
--- a/manager/vip/vip_list.php
+++ b/manager/vip/vip_list.php
@@ -191,7 +191,7 @@ $table = "{$fg['vip_list_table']} AS a LEFT JOIN {$fg['vip_category_table']} AS
$is_expired = ($expire_date != '9999-12-31' && strtotime($expire_date) < strtotime($today)) ? true : false;
$expired_class = $is_expired ? 'expired-vip' : '';
?>
-
vip-row =$expired_class?>" style="cursor: pointer; height: 60px;" data-bs-toggle="modal" data-bs-target="#modify_modal_=$R['idx']?>">
+
vip-row =$expired_class?>" style="cursor: pointer; height: 60px;" onclick="handleRowClick(event, '=$R['idx']?>')">
| =$R['vip_card_no']?> |
=$R['status']?> |
=$R['vip_name']?> |
@@ -204,15 +204,15 @@ $table = "{$fg['vip_list_table']} AS a LEFT JOIN {$fg['vip_category_table']} AS
echo ($edate == '0000-00-00 00:00:00')? '미이용' : date('Y-m-d',strtotime($edate));
?>
=$R['ent_count']?> |
-
+ |
"1"){ ?>
-
+
- =($R['status'] == '정상')? '' : ''?>
+ =($R['status'] == '정상')? '' : ''?>
|
@@ -363,6 +363,15 @@ $table = "{$fg['vip_list_table']} AS a LEFT JOIN {$fg['vip_category_table']} AS