Skip to content

Commit

Permalink
Merge pull request smarty-php#52 from think-ahead/ticket-#5314-Linked…
Browse files Browse the repository at this point in the history
…-reservation-information-for-reservations-registered-from-the-new-WEB-reservation-is-not-displayed-(reservation-screen-/-pop-up)

Redmine: #5314 Displaying the new reservation system notes data
  • Loading branch information
think-katou authored Jun 21, 2021
2 parents 24dc3af + 14ea556 commit 83f7804
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 83f7804

Please sign in to comment.