fix inverted logic
This commit is contained in:
@@ -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' ? "normal-row" : "reserveleader-row";
|
$class = $data->booking_welfare_required == 'Y' ? "reserveleader-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 (
|
||||||
|
Reference in New Issue
Block a user