기타 추적되지 않는 파일들..

This commit is contained in:
2025-07-02 14:16:37 +09:00
parent 2d7bbdca89
commit b6080d2e47
74 changed files with 14184 additions and 2028 deletions

View File

@ -51,7 +51,8 @@ $result = sql_query($sql);
$cp_target = '배송비 할인';
} else {
$it = get_shop_item($row['cp_target'], true);
$cp_target = $it['it_name'].' 상품할인';
//$cp_target = $it['it_name'].' 상품할인';
$cp_target = isset($it['it_name']) ? $it['it_name'].' 상품할인' : '상품할인';
}
if($row['cp_type'])