Finally add a customisable page for /bookingfinal

This commit is contained in:
2015-03-09 17:02:38 +11:00
parent c3e33db5ba
commit 98c4176337
5 changed files with 55 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ function booking_report_summary() {
$header[] = array('data' => t('Email'), 'field' => 'booking_email');
$header[] = array('data' => t('Payment To Date'), 'field' => 'booking_amount_paid');
$header[] = array('data' => t('Total Payment Required'));
$header[] = array('data' => t('Fully paid?'));
$header[] = array('data' => t('Fully paid?'), 'field' => 'booking_payment_complete');
$header[] = array('data' => t('Refund Processed?'), 'field' => 'booking_refund_processed');
$header[] = array('data' => t('Refund Due'), 'field' => 'booking_refund_due');
$header[] = array('data' => t('Welfare Required?'), 'field' => 'booking_welfare_required');