summaryrefslogtreecommitdiff
path: root/httemplate/elements/header-cust_main.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-11-27 15:20:05 -0800
committerIvan Kohler <ivan@freeside.biz>2018-11-27 15:20:05 -0800
commit219c811aa5ee634bb17e1fa19a2d75351949b8d4 (patch)
tree166a474c65ae62ca20ab5b5ab0d22d478c0fdaa0 /httemplate/elements/header-cust_main.html
parent3e6b291920daf5546efa5355e3ea6199e875d9db (diff)
parent4466b9790181b76b2955cf522562231228047054 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/elements/header-cust_main.html')
-rw-r--r--httemplate/elements/header-cust_main.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html
index c094f950f..f29f32567 100644
--- a/httemplate/elements/header-cust_main.html
+++ b/httemplate/elements/header-cust_main.html
@@ -10,12 +10,12 @@ Examples:
</%doc>
<& /elements/header.html, {
- 'title' => $title,
- 'title_noescape' => $title_noescape,
- #'nobr' => 1,
- 'etc' => $opt{'etc'},
- }
-&>
+ 'title' => $title,
+ 'title_noescape' => $title_noescape,
+ #'nobr' => 1,
+ 'etc' => $opt{'etc'},
+ include_selectize => $opt{include_selectize} ? 1 : 0,
+} &>
% my @part_tag = $cust_main->part_tag;
% if ( $conf->config('cust_tag-location') eq 'top' && @part_tag ) {