Skip to content

Commit

Permalink
Redmine: #5314 Linked reservation information for reservations regist…
Browse files Browse the repository at this point in the history
…ered from the new WEB reservation is not displayed (reservation screen / pop-up)

- fetched new reservation data
  • Loading branch information
think-jagjit committed Jun 21, 2021
1 parent 24dc3af commit 14ea556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/servers_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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 . "

Expand Down

0 comments on commit 14ea556

Please sign in to comment.