1 Aug
2006
1 Aug
'06
5:26 p.m.
I'll address the problem with going from circulation to member details. I've looked a bit, and it seems you are using the npl template. In /intranet-tmpl/npl/en/circ/circulation.tmpl there is actually a typo here. <li>(<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->">details</a> / <a href="/cgi-bin/koha/members/memberentry.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->&modify=edit&destination=circ">edit</a>)</li> The details link. in the url " ... moremember.pl?borrowernumber=<!-- ... " borrowernumber should be bornum edit that and it should work fine. Sorry, but I'm not that familiar with the Z3950 search features. I can't help you there. Good luck.