X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_bill.html;h=51618fb2407dafc52cf27a9000c8409c1bc7319f;hb=b6dbe0f12dbbe4ea5209367f905f937789b5b607;hp=0f0d91b1419e0bda2ac5ffbde035ec43a26512e3;hpb=c4b71bc4459cb7d403cbebede470aeb2c6292a6e;p=freeside.git diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index 0f0d91b14..51618fb24 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -37,7 +37,23 @@ &> % } +% if ( $conf->exists('cust_bill-enable_promised_date') ) { + + + <% emt('Promised payment date:') %> + + + <% emt('None') %>
+ + <% emt('In the past') %>
+ + <% emt('In the future') %>
+ + +% } + + <% mt('Show only open invoices') |h %> @@ -49,6 +65,7 @@ % } +
@@ -62,6 +79,8 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('List invoices'); +my $conf = new FS::Conf; + my $title = 'Invoice Report'; #false laziness w/report_cust_pkg.html my @title_arg = ();