allow discounted rate for early access registrations
This commit is contained in:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user