Code to manually update studygroup sessions

This commit is contained in:
2014-04-27 01:00:23 +10:00
parent 37f9d53dd8
commit a57a6a2242
4 changed files with 131 additions and 7 deletions

View File

@@ -547,7 +547,7 @@ function _booking_amount_paid($nid, $person = NULL)
// $amount_paid = $person->booking_amount_paid;
}
watchdog('booking', "Total amount already paid for this registration " . $nid . " is " . $amount_paid);
//watchdog('booking', "Total amount already paid for this registration " . $nid . " is " . $amount_paid);
return $amount_paid;
}