fix function names

This commit is contained in:
Nathan Coad
2016-07-22 09:06:52 +10:00
parent c0d2e11172
commit 6836f3bc00
3 changed files with 5 additions and 5 deletions

View File

@@ -1061,7 +1061,7 @@ function _booking_amount_owing($person, $amount_paid = 0, $include_fees = TRUE)
* @param $balance_payment - boolean to indicate if this transaction was to complete a payment
* @return nothing
*/
function _booking_process_payment($person, $payment_amount, $balance_payment) {
function _booking_process_person_payment($person, $payment_amount, $balance_payment) {
global $event;
//calculate their total payment amount