http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> --- commit 0923e96cb4a9684db7c777866e9c822522f49a72 Author: Paul Poulain <paul.poulain@biblibre.com> Date: Fri Jun 29 17:17:47 2012 +0200 Revert "Bug 7444: Update circ/circulation.pl to use KohaDates TT Plugin" This reverts commit 186cfa5cb00a1c0ee7f0e4512a5f319299bb6412. Yep definitely on master. and koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt links to <a href="opac-authoritiesdetail.pl?authid=[% resul.authid %]"> And in there i can see the change, template_name => $show_marc ? "opac-auth-MARCdetail.tt" : "opac-auth-detail.tt", But I am still getting Template process failed: file error - /home/christopher/git/koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt: not found at /home/christopher/git/koha/C4/Templates.pm line 127. But I note ls koha-tmpl/opac-tmpl/prog/en/modules/opac-auth* koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-MARCdetail.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt http://git.koha-community.org/gitweb/?p=koha.git;a=tree;f=koha-tmpl/opac-tmp... That file does not exist, perhaps thats why its falling back. Am I going blind or does opac-auth-detail.tt really not exist in master? -- You are receiving this mail because: You are watching all bug changes.