Add travel info to booking node view

This commit is contained in:
2014-02-28 17:17:18 +11:00
parent 2a773cee4d
commit 397448d47c
6 changed files with 55 additions and 20 deletions

View File

@@ -606,7 +606,7 @@ function _booking_amount_owing($nid, $amount_paid = 0)
else
{
$amount_owing = $amount_owing / (1 - 0.034);
watchdog('booking', "This is an international registration.");
//watchdog('booking', "This is an international registration.");
}
}
else