[Koha] Fix - NPL - Cancelling from Modify Privileges results in
Error 404
Mike D.
dalgity at htl.net
Wed Aug 31 10:04:17 NZST 2005
I believe there is an error in Koha 2.2.3 in the file
/koha/intranet/htdocs/intranet-tmpl/npl/en/members/member-flags.tmpl but can
someone verify it for me? Open a patron's record, click Modify Privileges, click
Cancel. After doing that I get an Object Not Found! Error 404.
Change line 26 in .../npl/en/members/member-flags.tmpl from
<p><input type="submit" value="Set Flags" class="submit" /> <input
class="cancel" type="button" value="Cancel"
onclick="location.href='/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR
NAME="member" -->'; return false;" /></p>
to
<p><input type="submit" value="Set Flags" class="submit" /> <input
class="cancel" type="button" value="Cancel"
onclick="location.href='/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR
NAME="member" -->'; return false;" /></p>
It's just missing "members/"
Is there a place where little fixes like this are posted? I checked the Bugs
section at SourceForge but it doesn't seem to be used very much.
Mike D.
_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
More information about the Koha
mailing list