change class
This commit is contained in:
@@ -76,7 +76,7 @@ function booking_manual_email()
|
||||
foreach($result as $data)
|
||||
{
|
||||
$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->nid);
|
||||
$options[$data->nid] = array (
|
||||
|
Reference in New Issue
Block a user