[freeside-commits] freeside/httemplate/view svc_dish.cgi, 1.1, 1.2 svc_hardware.cgi, 1.1, 1.2

Mark Wells mark at wavetail.420.am
Fri Apr 29 01:58:21 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv18870/httemplate/view

Modified Files:
	svc_dish.cgi svc_hardware.cgi 
Log Message:
svc_dish and svc_hardware fixes, #11454

Index: svc_dish.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_dish.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- svc_dish.cgi	1 Apr 2011 02:52:20 -0000	1.1
+++ svc_dish.cgi	29 Apr 2011 08:58:19 -0000	1.2
@@ -12,5 +12,8 @@
                              : $fields->{$_}
                          );
                  } keys %$fields;
-my @fields = qw( acctnum note );
+my @fields = ('acctnum',
+              { field => 'installdate', type => 'date' },
+              'note'
+              );
 </%init>

Index: svc_hardware.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_hardware.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- svc_hardware.cgi	1 Apr 2011 02:52:20 -0000	1.1
+++ svc_hardware.cgi	29 Apr 2011 08:58:19 -0000	1.2
@@ -20,5 +20,5 @@
                type  => 'text',
                value => sub { $_[0]->status_label }
             };
-my @fields = ($model, qw( serial hw_addr ip_addr ), $status, 'note' );
+my @fields = ($model, qw( serial hw_addr ip_addr smartcard ), $status, 'note' );
 </%init>



More information about the freeside-commits mailing list