diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-08-18 20:12:48 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-08-18 20:12:48 -0700 |
| commit | d14a91ec4beae6c02225cdfd4fc3acbc3d66981b (patch) | |
| tree | 6f44308093f98f3fdcfa415fab566b6c6ec77c86 /httemplate/view/cust_main/packages/section.html | |
| parent | 6891db8c9287fa670e5f6961c8ad3f2e3097fc3c (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-x | httemplate/view/cust_main/packages/section.html | 3 |
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')), |
