From 822d38841a1620b8b8e8c5ac4102ad64de9ae17f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 23 Oct 2013 01:53:03 -0700 Subject: add more fields to towers and sectors, RT#16372 --- httemplate/edit/process/tower.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit/process') diff --git a/httemplate/edit/process/tower.html b/httemplate/edit/process/tower.html index 7353784e5..bbfc1a670 100644 --- a/httemplate/edit/process/tower.html +++ b/httemplate/edit/process/tower.html @@ -2,6 +2,6 @@ table => 'tower', viewall_dir => 'browse', process_o2m => { 'table' => 'tower_sector', - 'fields' => [qw( sectorname ip_addr )], + 'fields' => [qw( sectorname ip_addr height freq_mhz direction width range )], }, &> -- cgit v1.2.1 From ac67ba5d343e1e704b9e706e2aa19ecd979a5863 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 24 Oct 2013 00:39:47 -0700 Subject: discount classes, RT#24911 --- httemplate/edit/process/discount_class.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 httemplate/edit/process/discount_class.html (limited to 'httemplate/edit/process') diff --git a/httemplate/edit/process/discount_class.html b/httemplate/edit/process/discount_class.html new file mode 100644 index 000000000..e7249464b --- /dev/null +++ b/httemplate/edit/process/discount_class.html @@ -0,0 +1,11 @@ +<% include( 'elements/process.html', + 'table' => 'discount_class', + 'viewall_dir' => 'browse', + ) +%> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + + -- cgit v1.2.1