From 14ea5563d92fbbf523b792d09f5adbb965229c3e Mon Sep 17 00:00:00 2001 From: Jagjit Singh <62236979+think-jagjit@users.noreply.github.com> Date: Mon, 21 Jun 2021 16:47:09 +0900 Subject: [PATCH] Redmine: #5314 Linked reservation information for reservations registered from the new WEB reservation is not displayed (reservation screen / pop-up) - fetched new reservation data --- app/controllers/servers_controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/servers_controller.php b/app/controllers/servers_controller.php index ad75782b4..8e84ae720 100644 --- a/app/controllers/servers_controller.php +++ b/app/controllers/servers_controller.php @@ -7958,7 +7958,7 @@ function wsSearchStoreTransaction($sessionid, $param) UNION ALL SELECT - 11 origination, + st.origination, '' route, '' reservation_system, date_format(st2.datetimecreated, '%Y-%m-%d %H:%i') as reserve_date, @@ -7998,7 +7998,7 @@ function wsSearchStoreTransaction($sessionid, $param) JOIN yoyakuapp_reservation yr USING(transcode) WHERE st.transdate = '" . $param['date'] . "' - AND st.origination = 11 + AND st.origination IN (11, 13) AND st.delflg IS NULL " . $transconde . "