summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-cust_pkg-status.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/select-cust_pkg-status.html')
-rw-r--r--httemplate/elements/select-cust_pkg-status.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/httemplate/elements/select-cust_pkg-status.html b/httemplate/elements/select-cust_pkg-status.html
deleted file mode 100644
index 5da93fe79..000000000
--- a/httemplate/elements/select-cust_pkg-status.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<%
- my( $status, %opt ) = @_;
-
- $opt{'statuses'} ||= [ FS::cust_pkg->statuses() ]; # { disabled=>'' } )
-
-%>
-
-<SELECT NAME="status">
-
- <OPTION VALUE="">all
-
- <% foreach my $status ( @{ $opt{'statuses'} } ) { %>
-
- <OPTION VALUE="<%= $status %>"><%= $status %>
-
- <% } %>
-
-</SELECT>
-