summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-08-25 15:06:45 -0700
committerIvan Kohler <ivan@freeside.biz>2016-08-25 15:06:45 -0700
commit64aec88c35418b8c630811cdf5afb19b2a1c4299 (patch)
tree2ebcc93b3ab5d0ab4cd3a9f583d7d727e07f3d07 /httemplate/edit/cust_main
parent3fc0a546caf38b444b63744726c5080ce5d9bbbb (diff)
usability: customer tags with checkboxes instead of a select-multiple
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r--httemplate/edit/cust_main/basics.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/basics.html b/httemplate/edit/cust_main/basics.html
index c3768ac42..a30d7f88c 100644
--- a/httemplate/edit/cust_main/basics.html
+++ b/httemplate/edit/cust_main/basics.html
@@ -123,6 +123,7 @@
%# tags
<& /elements/tr-select-cust_tag.html,
'custnum' => $custnum,
+ 'default' => { map { $_=>1 } FS::part_tag->default_tags },
'cgi' => $cgi,
&>