change class

This commit is contained in:
2016-05-25 23:05:23 +10:00
parent 78eb0a2b24
commit ca14f58237

View File

@@ -76,7 +76,7 @@ function booking_manual_email()
foreach($result as $data) foreach($result as $data)
{ {
$group_text = ""; $group_text = "";
$class = $data->booking_welfare_required == 'Y' ? "reserveleader-row" : "normal-row"; $class = $data->booking_welfare_required == 'Y' ? "welfare-row" : "normal-row";
//$paid = _booking_amount_owing($data); //$paid = _booking_amount_owing($data);
//$paid = _booking_amount_owing($data->nid); //$paid = _booking_amount_owing($data->nid);
$options[$data->nid] = array ( $options[$data->nid] = array (