Commit dc9e2433 by Tobin

dc

parent 2193875c
......@@ -960,7 +960,7 @@ class Organizer_model extends CI_Model {
public function getEvent($data){
try{
$sql = "SELECT EVT.venue_id,EVT.category_id,EVT.max_booking AS max_seat_booking,
EVT.has_payment AS payment_mode,
EVT.has_payment AS payment_mode, EVT.approve_booking,
GROUP_CONCAT(DISTINCT EVTG.tag_id) AS tags,
GROUP_CONCAT(DISTINCT CONCAT_WS('#',EVDT.id,EVDT.date,EVDT.time)) AS date_time,
EVT.custom_seat_layout,EVT.seat_pricing,VNE.layout,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment