diff options
author | ivan <ivan> | 2009-10-21 06:34:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-21 06:34:59 +0000 |
commit | be6ad6b6c382f22a89b2b6694b08a78337b3160e (patch) | |
tree | 7f7742434f69a5347fc8b418cfd3e27f93d90ea7 | |
parent | 00e023763e31710f1ba2b2bd9a5f4b513d9852c4 (diff) |
fix agent link in unused prepaid card report
-rw-r--r-- | httemplate/search/prepay_credit.html | 2 |
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' ] : ''; }, ], ) |