[freeside-commits] freeside/httemplate/search prepay_credit.html, 1.7, 1.8

Ivan,,, ivan at wavetail.420.am
Tue Oct 20 23:35:00 PDT 2009


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

Modified Files:
	prepay_credit.html 
Log Message:
fix agent link in unused prepaid card report

Index: prepay_credit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/prepay_credit.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- prepay_credit.html	13 Jan 2008 20:57:36 -0000	1.7
+++ prepay_credit.html	21 Oct 2009 06:34:58 -0000	1.8
@@ -44,7 +44,7 @@
                    '',
                    '',
                    sub { my $agent = shift->agent;
-                         $agent ? [ "${p}view/agent.cgi?", 'agentnum' ] : '';
+                         $agent ? [ "${p}edit/agent.cgi?", 'agentnum' ] : '';
                        },
                  ],
       )



More information about the freeside-commits mailing list