summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages/section.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-18 20:12:48 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-18 20:12:48 -0700
commitd14a91ec4beae6c02225cdfd4fc3acbc3d66981b (patch)
tree6f44308093f98f3fdcfa415fab566b6c6ec77c86 /httemplate/view/cust_main/packages/section.html
parent6891db8c9287fa670e5f6961c8ad3f2e3097fc3c (diff)
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'httemplate/view/cust_main/packages/section.html')
-rwxr-xr-xhttemplate/view/cust_main/packages/section.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/section.html b/httemplate/view/cust_main/packages/section.html
index 0383fe892..152ccaa5d 100755
--- a/httemplate/view/cust_main/packages/section.html
+++ b/httemplate/view/cust_main/packages/section.html
@@ -77,6 +77,9 @@ my $pkg_attached = ( scalar(keys %change_custnum) == 1
my $countrydefault = scalar($conf->config('countrydefault')) || 'US';
my %conf_opt = (
+ #for package.html
+ 'invoice-unitprice' => $conf->exists('invoice-unitprice'),
+
#for services.html and status.html
'cust_pkg-display_times' => ($conf->exists('cust_pkg-display_times')
|| $curuser->option('cust_pkg-display_times')),