[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] 4.7.5. Bugfix -- file interchange and minivend
Hi All,
mv_successpage set in a form is never used when a profile check is successful.
In files interchange and minivend this line:
$CGI::values{mv_nextpage} = $::Values->{mv_successpage}
if $::Values->{mv_successpage};
should read:
$CGI::values{mv_nextpage} = $CGI::values{mv_successpage}
if $CGI::values{mv_successpage};
This minor change will fix the problem.
Kind regards,
Ton