From 501210e1bbf79d8a9d6308257124c44a261bf379 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Wed, 3 Aug 2016 23:04:05 -0500 Subject: RT#42043: Check for cancelled packages with a cancellation date age option [age_newest options] --- httemplate/elements/tr-freq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/tr-freq.html b/httemplate/elements/tr-freq.html index cb58bf6b5..795684cf7 100644 --- a/httemplate/elements/tr-freq.html +++ b/httemplate/elements/tr-freq.html @@ -15,7 +15,7 @@ <% $freq eq $units ? 'SELECTED' : '' %> ><% $freq{$freq} %> % } - + <% $opt{'post_text'} || '' %> -- cgit v1.2.1 From 7258c57a184360cf89730f81db915791c389c7e7 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 30 Aug 2016 12:24:36 -0700 Subject: add agent and cust-fields selection to package contract end date report, #71964 --- httemplate/elements/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 582dda622..cdb1d733c 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -274,7 +274,7 @@ $report_packages{'Suspension summary'} = [ $fsurl.'search/cust_pkg_susp.html', ' $report_packages{'Customer packages with unconfigured services'} = [ $fsurl.'search/cust_pkg.cgi?APKG_pkgnum', 'List packages which have provisionable services' ]; $report_packages{'FCC Form 477'} = [ $fsurl.'search/report_477.html' ] if $conf->exists('part_pkg-show_fcc_options'); -$report_packages{'Contract end dates'} = [ $fsurl.'search/cust_pkg-date.html?date=contract_end', 'Show packages by contract end date' ]; +$report_packages{'Contract end dates'} = [ $fsurl.'search/report_cust_pkg-date.html?date=contract_end', 'Show packages by contract end date' ]; $report_packages{'Advanced package reports'} = [ $fsurl.'search/report_cust_pkg.html', 'by agent, date range, status, package definition' ]; tie my %report_inventory, 'Tie::IxHash', -- cgit v1.2.1 From 0b8f014e86b3464cca92fd925159e457ae54c2b8 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Sat, 6 Aug 2016 00:10:39 -0500 Subject: RT#71696: OFM Request for additional action on Billing Events --- httemplate/elements/select-rt-queue.html | 2 +- httemplate/elements/tr-select-rt-queue.html | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 httemplate/elements/tr-select-rt-queue.html (limited to 'httemplate/elements') diff --git a/httemplate/elements/select-rt-queue.html b/httemplate/elements/select-rt-queue.html index 4ae8bc942..289336516 100644 --- a/httemplate/elements/select-rt-queue.html +++ b/httemplate/elements/select-rt-queue.html @@ -1,4 +1,4 @@ -> % while ( @fields ) { % my $value = shift @fields; % my $label = shift @fields; diff --git a/httemplate/elements/tr-select-rt-queue.html b/httemplate/elements/tr-select-rt-queue.html new file mode 100644 index 000000000..ac3689b1c --- /dev/null +++ b/httemplate/elements/tr-select-rt-queue.html @@ -0,0 +1,7 @@ + +<& 'tr-td-label.html', @_ &> + +<& 'select-rt-queue.html', @_ &> + + + -- cgit v1.2.1