X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fselect-cust-fields.html;h=5e30638778bfb8219860ceb4c3a28feb58981fb3;hp=4d47fbe402d99536ead324201e66ee52c71140b0;hb=833cfe5c9938d33c3e6b97ed610c25a7afa6eb04;hpb=6b12c14cc10503d6b0783e8ef71fe44d9a9b37b6 diff --git a/httemplate/elements/select-cust-fields.html b/httemplate/elements/select-cust-fields.html index 4d47fbe40..5e3063877 100644 --- a/httemplate/elements/select-cust-fields.html +++ b/httemplate/elements/select-cust-fields.html @@ -1,23 +1,20 @@ -<% +<%init> my( $cust_fields, %opt ) = @_; use FS::ConfDefaults; $opt{'avail_fields'} ||= [ FS::ConfDefaults->cust_fields_avail() ]; tie my %hash, 'Tie::IxHash', @{ $opt{'avail_fields'} }; - -%> +