In the move from 1.6 -> 2.0, I missed this important tweak to conditionally use
BT on results page. Result was that slots were being rendered twice with
disastrous results. Now the result is much happier.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_2_0@1395
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
-dojo.require('openils.BibTemplate');
dojo.requireLocalization("openils.opac", "opac");
var opac_strings = dojo.i18n.getLocalization("openils.opac", "opac");
if (findOrgType(findOrgUnit(getLocation()).ou_type()).can_have_vols())
unHideMe($n(r,'local_callnumber_list'));
- new openils.BibTemplate( bt_params ).render();
-
unHideMe(r);
runEvt("result", "recordDrawn", rec.doc_id(), title_link);