allow discounted rate for early access registrations

This commit is contained in:
2017-08-29 22:36:08 +10:00
parent 57bf81dfa4
commit d568cf2043
2 changed files with 19 additions and 3 deletions

View File

@@ -199,8 +199,8 @@ function booking_form($node, &$form_state, $inserting = FALSE, $early_access_all
$form['your-details']['booking_dob']['#date_year_range'] = $date_year_range;
}
$early_description_text = t("Please note that this is the discounted payment rate. Fore more information about payment rates, please see !theweek",
array('!theweek' => l('The Week page', 'the-week/whats-happening')));
$early_description_text = t("Please note that this is the discounted payment rate. For more information about payment rates, please see !theweek page.",
array('!theweek' => l('The Week', 'the-week/whats-happening')));
$form['your-details']['booking_payment_id'] = array(
'#type' => 'select',
'#title' => t('Choose your payment type'),