summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorivan <ivan>2009-10-21 06:34:58 +0000
committerivan <ivan>2009-10-21 06:34:58 +0000
commit27f2fe97eb1b189b064f59c77eb66460537c75a5 (patch)
tree3b0df3a39a97a56be17949a1843f0f63209f6b53 /httemplate/search
parent1d9f6cca76b3581cbbaf2fab8d906bc578aaea90 (diff)
fix agent link in unused prepaid card report
Diffstat (limited to 'httemplate/search')
-rw-r--r--httemplate/search/prepay_credit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/prepay_credit.html b/httemplate/search/prepay_credit.html
index 96391fcbd..36403511b 100644
--- a/httemplate/search/prepay_credit.html
+++ b/httemplate/search/prepay_credit.html
@@ -44,7 +44,7 @@
'',
'',
sub { my $agent = shift->agent;
- $agent ? [ "${p}view/agent.cgi?", 'agentnum' ] : '';
+ $agent ? [ "${p}edit/agent.cgi?", 'agentnum' ] : '';
},
],
)