Use booking_payment_complete flag in report
This commit is contained in:
@@ -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'])));
|
||||
//}
|
||||
}
|
||||
}
|
||||
*/
|
Reference in New Issue
Block a user