summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/birthdate.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/cust_main/birthdate.html')
-rw-r--r--httemplate/edit/cust_main/birthdate.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/httemplate/edit/cust_main/birthdate.html b/httemplate/edit/cust_main/birthdate.html
deleted file mode 100644
index b4e78e3b9..000000000
--- a/httemplate/edit/cust_main/birthdate.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<% ntable("#cccccc", 2) %>
- <% include( '/elements/tr-input-date-field.html',
- 'birthdate',
- $cust_main->birthdate,
- 'Date of Birth',
- ( $conf->config('date_format') || "%m/%d/%Y" ),
- 1
- )
- %>
-</TABLE>
-<%init>
-
-my( $cust_main, %opt ) = @_;
-my $conf = new FS::Conf;
-
-</%init>