Commit b9ec6b93 by Tobin

Merge branch 'jansa' into 'master'

Jansa See merge request !166
parents edb5bd49 ea35d6fa
...@@ -110,8 +110,8 @@ class Organizer_model extends CI_Model { ...@@ -110,8 +110,8 @@ class Organizer_model extends CI_Model {
$resData['location'] =$result->location; $resData['location'] =$result->location;
$resData['booking_limit'] = $result->max_booking; $resData['booking_limit'] = $result->max_booking;
$resData['layout_type'] = (!empty($result->layout))?'1':'2'; $resData['layout_type'] = (!empty($result->layout))?'1':'2';
if($resData['layout_type'] == '1'){
$resData['layout_pricing'] = $event_layout; $resData['layout_pricing'] = $event_layout;
if($resData['layout_type'] == '1'){
$resData['layout_image'] = $result->layout; $resData['layout_image'] = $result->layout;
$resData['fare_type'] = $faretype; $resData['fare_type'] = $faretype;
} }
......
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