Extra logging and fix deposit paypal calculation
This commit is contained in:
@@ -354,13 +354,6 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
||||
'This will be sent either at initial registration if the full amount is paid, or when the balance is paid.'),
|
||||
'#default_value' => variable_get('booking_email_regn_complete_text', $booking_email_regn_complete_text),
|
||||
);
|
||||
$form['emails']['booking_email_partialpayment_received_text'] = array(
|
||||
'#title' => t('Email text to send a person thanking them for their partial payment'),
|
||||
'#type' => 'textarea',
|
||||
//'#format' => 'full_html',
|
||||
'#description' => t(''),
|
||||
'#default_value' => variable_get('booking_email_partialpayment_received_text', ''),
|
||||
);
|
||||
$form['emails']['booking_email_waitinglist_text'] = array(
|
||||
'#title' => t('Registration on Waiting List Email'),
|
||||
'#description' => t('Email text to indicate a person has registered but is on the waiting list. ' .
|
||||
@@ -369,6 +362,13 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
||||
//'#format' => 'full_html',
|
||||
'#default_value' => variable_get('booking_email_waitinglist_text', $booking_email_waitinglist_text),
|
||||
);
|
||||
$form['emails']['booking_email_partialpayment_received_text'] = array(
|
||||
'#title' => t('Email text to send a person thanking them for their partial payment'),
|
||||
'#type' => 'textarea',
|
||||
//'#format' => 'full_html',
|
||||
'#description' => t(''),
|
||||
'#default_value' => variable_get('booking_email_partialpayment_received_text', ''),
|
||||
);
|
||||
$form['emails']['booking_email_paymentoutstanding_subject'] = array (
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Balance Outstanding Email Subject'),
|
||||
|
Reference in New Issue
Block a user