[freeside-commits] freeside/httemplate/search cust_svc.html, 1.4, 1.4.2.1
Ivan,,,
ivan at wavetail.420.am
Thu Apr 19 13:18:09 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv1085/httemplate/search
Modified Files:
Tag: FREESIDE_1_7_BRANCH
cust_svc.html
Log Message:
fix very strange "Undefined subroutine &FS::UI::Web::rooturl" with an explicit import. did i mention this was really really weird?
Index: cust_svc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_svc.html,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- cust_svc.html 3 Feb 2007 11:36:30 -0000 1.4
+++ cust_svc.html 19 Apr 2007 20:18:07 -0000 1.4.2.1
@@ -115,7 +115,7 @@
my $link = sub {
my $cust_svc = shift;
- my $url = FS::UI::Web::svc_url(
+ my $url = svc_url(
'm' => $m,
'action' => 'view',
#'part_svc' => $cust_svc->part_svc,
More information about the freeside-commits
mailing list