파일을 직접수정하지 않고 hook을 사용해 관리자 메뉴 추가.

기존 shop_admin 에 포함되어있던 새 파일을 fg_admin 폴더 내부로 이동
관리자 월 정산용 페이지 오작동 문제 해결
This commit is contained in:
2025-12-11 10:40:20 +09:00
parent 8ea1ab51fc
commit d125d39965
18 changed files with 208 additions and 3186 deletions

View File

@ -20,7 +20,7 @@ $od_status = '완료'; //입금처리 된것만 출력한다.
$where[] = " a.od_status = '{$od_status}' ";
// 퍼스트가든용 끝
include_once (G5_ADMIN_PATH.'/fg_admin/orderlist.head.php');
include_once ('orderlist_head.php');
$sql_search = "";
if ($search != "") {