From a7ec3dcd42e7f15b2bce2abfb5dc9ea07c964cd4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 7 May 2012 11:18:15 -0700 Subject: add spouse_birthdate, RT#17577 --- httemplate/search/report_cust_main.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'httemplate/search/report_cust_main.html') diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 0ef5a5196..c7a3ad954 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -42,6 +42,34 @@ +% if ( $conf->exists('cust_main-enable_birthdate') ) { + + <% mt('Date of Birth') |h %> + + + <& /elements/tr-input-beginning_ending.html, + prefix => 'birthdate', + layout => 'horiz', + &> +
+ + +% } + +% if ( $conf->exists('cust_main-enable_spouse_birthdate') ) { + + <% mt('Spouse Date of Birth') |h %> + + + <& /elements/tr-input-beginning_ending.html, + prefix => 'spouse_birthdate', + layout => 'horiz', + &> +
+ + +% } + <& /elements/tr-select-cust_tag.html, 'cgi' => $cgi, 'is_report' => 1, -- cgit v1.2.1