[freeside-commits] freeside/httemplate/edit/cust_main top_misc.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Fri Aug 7 16:08:05 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv7772/httemplate/edit/cust_main
Modified Files:
top_misc.html
Log Message:
add ability to edit signup dates (turn on cust_main-edit_signupdate config), RT#4644
Index: top_misc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/top_misc.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- top_misc.html 12 Apr 2009 06:09:11 -0000 1.1
+++ top_misc.html 7 Aug 2009 23:08:03 -0000 1.2
@@ -71,6 +71,16 @@
<INPUT TYPE="hidden" NAME="referral_custnum" VALUE="">
% }
+%# signup date
+% if ( $conf->exists('cust_main-edit_signupdate') ) {
+ <% include('/elements/tr-input-date-field.html', {
+ 'name' => 'signupdate',
+ 'value' => $cust_main->signupdate,
+ 'label' => 'Signup date',
+ 'format' => $conf->config('date_format') || "%m/%d/%Y",
+ })
+ %>
+% }
</TABLE>
More information about the freeside-commits
mailing list