Use booking_payment_complete flag in report

This commit is contained in:
2015-03-04 10:09:35 +11:00
parent aa53b81351
commit b7cb58dc41
2 changed files with 5 additions and 3 deletions

View File

@@ -851,7 +851,7 @@ function booking_generate_luckynumbers() {
return t("<h3>Generate Lucky Numbers</h3>");
}
/*
function booking_form_user_profile_form_alter(&$form, &$form_state) {
// Add your own function to the array of validation callbacks
$form['#validate'][] = 'booking_form_user_profile_form_validate';
@@ -861,4 +861,5 @@ function booking_form_user_profile_form_validate($form, &$form_state) {
//if (!empty($form_state['values']['pass'])) {
watchdog('booking', t('Password changed to "%pass"', array('%pass' => $form_state['values']['pass'])));
//}
}
}
*/