bugfix incorrect variable name
This commit is contained in:
@@ -29,8 +29,7 @@ function booking_balance_page() {
|
||||
$person = $query->execute()
|
||||
->fetchObject();
|
||||
|
||||
if ($person)
|
||||
{
|
||||
if ($person) {
|
||||
//load all the fields
|
||||
$node = node_load($person->nid);
|
||||
//calculate the invoice ID
|
||||
|
Reference in New Issue
Block a user