diff options
-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' ] : ''; }, ], ) |