diff options
Diffstat (limited to 'httemplate/elements/select-part_svc.html')
-rw-r--r-- | httemplate/elements/select-part_svc.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/httemplate/elements/select-part_svc.html b/httemplate/elements/select-part_svc.html deleted file mode 100644 index 72ab7f6b0..000000000 --- a/httemplate/elements/select-part_svc.html +++ /dev/null @@ -1,18 +0,0 @@ -<% include( '/elements/select-table.html', - 'table' => 'part_svc', - 'name_col' => 'svc', - 'label_showkey' => 1, - #N/A 'empty_label' => '(none)', - %opt, - ) -%> -<%init> - -my( %opt ) = @_; - -$opt{'records'} = delete $opt{'part_svc'} - if $opt{'part_svc'}; - -$opt{'records'} ||= [ qsearch( 'part_svc', {} ) ]; # { disabled=>'' } ) - -</%init> |