diff options
| author | ivan <ivan> | 2009-10-21 06:34:58 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-10-21 06:34:58 +0000 |
| commit | 27f2fe97eb1b189b064f59c77eb66460537c75a5 (patch) | |
| tree | 3b0df3a39a97a56be17949a1843f0f63209f6b53 | |
| parent | 1d9f6cca76b3581cbbaf2fab8d906bc578aaea90 (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' ] : ''; }, ], ) |
