summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-cust_pkg-status.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select-cust_pkg-status.html')
-rw-r--r--httemplate/elements/tr-select-cust_pkg-status.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/httemplate/elements/tr-select-cust_pkg-status.html b/httemplate/elements/tr-select-cust_pkg-status.html
deleted file mode 100644
index 17768517d..000000000
--- a/httemplate/elements/tr-select-cust_pkg-status.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<%
- my( $status, %opt ) = @_;
-
- $opt{'statuses'} ||= [ FS::cust_pkg->statuses() ]; # { disabled=>'' } )
-
-%>
-
-<TR>
- <TD ALIGN="right"><%= $opt{'label'} || 'Status' %></TD>
- <TD>
- <%= include( '/elements/select-cust_pkg-status.html', $status, %opt ) %>
- </TD>
-</TR>