X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fselect-cust_tag.html;h=02f849850170fee532770e61cf0ed182ee1abfdb;hp=61d4dca3beb99108b1a11c069ad4a852ee18a94b;hb=64aec88c35418b8c630811cdf5afb19b2a1c4299;hpb=556b8e9650155e74416496238cfc0e4abe64c53a diff --git a/httemplate/elements/select-cust_tag.html b/httemplate/elements/select-cust_tag.html index 61d4dca3b..02f849850 100644 --- a/httemplate/elements/select-cust_tag.html +++ b/httemplate/elements/select-cust_tag.html @@ -1,11 +1,12 @@ -<% include( '/elements/select-table.html', - 'table' => 'part_tag', +<% include( '/elements/checkboxes-table.html', + 'target_table' => 'part_tag', + 'link_table' => 'cust_tag', 'name_col' => 'tagname', #tagname - tagdesc?? - 'multiple' => 1, - #'value' => $agentnum || '', - #'agent_virt' => 1, - 'hashref' => { 'disabled' => '' }, + 'color_col' => 'tagcolor', + 'disable-able' => 1, 'order_by' => ' ORDER BY tagname', + 'source_table' => 'cust_main', + 'sourcenum' => $opt{'custnum'}, %opt, ) %>