Update _booking_amount_owing to use $person object instead of just a node id
This commit is contained in:
@@ -325,8 +325,8 @@ function booking_manual_email()
|
||||
|
||||
foreach($result as $data)
|
||||
{
|
||||
//$paid = _booking_amount_owing($data);
|
||||
$paid = _booking_amount_owing($data->nid);
|
||||
$paid = _booking_amount_owing($data);
|
||||
//$paid = _booking_amount_owing($data->nid);
|
||||
$options[$data->nid] = array (
|
||||
'booking_nid' => l(t('!id', array('!id' => $data->nid)), t('node/!id', array('!id' => $data->nid))),
|
||||
'booking_name' => $data->booking_firstname . " " . $data->booking_lastname,
|
||||
|
Reference in New Issue
Block a user