[freeside-commits] freeside/FS/FS/part_export prizm.pm,1.12,1.13
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Mar 12 09:24:36 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv2819/FS/FS/part_export
Modified Files:
prizm.pm
Log Message:
allow exports to add links to customer view (#1407)
Index: prizm.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/prizm.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- prizm.pm 25 Jan 2008 02:55:38 -0000 1.12
+++ prizm.pm 12 Mar 2008 16:24:34 -0000 1.13
@@ -463,6 +463,14 @@
'';
}
+sub export_links {
+ my( $self, $svc, $arrayref ) = ( shift, shift, shift );
+
+ push @$arrayref, '<A HREF="http://'. $svc->ip_addr. '">SM</A>';
+
+ '';
+}
+
sub queue_statuschange {
my( $self, $method, $jobs, $svc, @args ) = @_;
More information about the freeside-commits
mailing list