[freeside-commits] freeside/FS/FS/UI Web.pm,1.26.2.7,1.26.2.8
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Mar 12 09:22:13 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS/UI
In directory wavetail.420.am:/tmp/cvs-serv2663/FS/FS/UI
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Web.pm
Log Message:
allow exports to add links to customer view (#1407)
Index: Web.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/UI/Web.pm,v
retrieving revision 1.26.2.7
retrieving revision 1.26.2.8
diff -u -d -r1.26.2.7 -r1.26.2.8
--- Web.pm 19 Dec 2007 21:05:53 -0000 1.26.2.7
+++ Web.pm 12 Mar 2008 16:22:10 -0000 1.26.2.8
@@ -149,6 +149,14 @@
"$ahref$x</A>";
}
+sub svc_export_links {
+ my ($m, $part_svc, $cust_svc) = @_ or return '';
+
+ my $ahref = $cust_svc->export_links;
+
+ join('', @$ahref);
+}
+
sub parse_lt_gt {
my($cgi, $field) = @_;
More information about the freeside-commits
mailing list