summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-cust-fields.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select-cust-fields.html')
-rw-r--r--httemplate/elements/tr-select-cust-fields.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/httemplate/elements/tr-select-cust-fields.html b/httemplate/elements/tr-select-cust-fields.html
deleted file mode 100644
index 80562fe..0000000
--- a/httemplate/elements/tr-select-cust-fields.html
+++ /dev/null
@@ -1,15 +0,0 @@
-%
-% my( $cust_fields, %opt ) = @_;
-%
-% use FS::ConfDefaults;
-% $opt{'avail_fields'} ||= [ FS::ConfDefaults->cust_fields_avail() ];
-%
-%
-
-
-<TR>
- <TD ALIGN="right"><% $opt{'label'} || 'Customer fields' %></TD>
- <TD>
- <% include( '/elements/select-cust-fields.html', $cust_fields, %opt ) %>
- </TD>
-</TR>