From 10562debd44c9f97b22cea3db57624dea2690a95 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Fri, 15 May 2026 12:16:48 -0400 Subject: [PATCH] =?UTF-8?q?v1.2.27=20-=20[INSTALL=20WAIT=20LIST]=20minor?= =?UTF-8?q?=20bugs=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/assets/api/install.php | 3 +-- public_html/doc/install_order.php | 2 +- public_html/doc/install_wait_list.php | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/public_html/assets/api/install.php b/public_html/assets/api/install.php index 345dfb1..067325f 100644 --- a/public_html/assets/api/install.php +++ b/public_html/assets/api/install.php @@ -625,8 +625,7 @@ trait InstallAPI { di_request_note = ".($request_note ? "'".addslashes($request_note)."'" : "NULL").", di_cs_note = ".($cs_note ? "'".addslashes($cs_note)."'" : "NULL").", di_work_note = ".($work_note ? "'".addslashes($work_note)."'" : "NULL").", - di_lock_date = '{$lock_date}', - di_oil_pickup = '{$need_oil}' + di_lock_date = '{$lock_date}' WHERE di_uid = '{$di_uid}' LIMIT 1 "; diff --git a/public_html/doc/install_order.php b/public_html/doc/install_order.php index 95c1836..7e2a629 100644 --- a/public_html/doc/install_order.php +++ b/public_html/doc/install_order.php @@ -1430,7 +1430,7 @@ function renderList(){ if(rows.length === 0){ html += ` - + No orders. diff --git a/public_html/doc/install_wait_list.php b/public_html/doc/install_wait_list.php index fcdf009..9eee16c 100644 --- a/public_html/doc/install_wait_list.php +++ b/public_html/doc/install_wait_list.php @@ -191,7 +191,7 @@ $sql_install = " FROM tbl_driver WHERE dr_status = 'A' AND dr_type = 'INSTALL' - ORDER BY dr_initial + ORDER BY dr_uid "; $ris = $jdb->nQuery($sql_install, "Load install drivers error"); @@ -985,7 +985,7 @@ $categoryLabels = [
-
+
-
+