From c1d9ee594c7a950e44c0bc6d7e4e25b3d62b9f7b Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 20 Nov 2009 17:39:40 +0000 Subject: invoice formatting: add sections for usage, add sections per svc_phone, add folding like line items into one #6592 --- httemplate/edit/pkg_category.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'httemplate/edit/pkg_category.html') diff --git a/httemplate/edit/pkg_category.html b/httemplate/edit/pkg_category.html index a07dc5842..20e109383 100644 --- a/httemplate/edit/pkg_category.html +++ b/httemplate/edit/pkg_category.html @@ -4,21 +4,25 @@ 'fields' => [ 'categoryname', 'weight', + { field=>'condense', type=>'checkbox', value=>'Y', }, { field=>'disabled', type=>'checkbox', value=>'Y', }, ], - 'labels' => { + 'labels' => { 'categorynum' => 'Category number', 'categoryname' => 'Category name', 'weight' => 'Weight', - 'disabled' => 'Disable category', + 'condense' => 'Collapse identical items to one', + 'disabled' => 'Disable category', }, 'viewall_dir' => 'browse', + %opt, ) - %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); +my %opt = @_; + -- cgit v1.2.1