[Bug 2165] Add XSL Support for Staff Client -- was: ISBN being truncated
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2165 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #11 from Chris Cormack <chris@bigballofwax.co.nz> 2009-12-17 20:04:24 --- This has been done and is working in master # XSLT processing of some stuff if (C4::Context->preference("XSLTDetailsDisplay") ) { $template->param('XSLTDetailsDisplay' =>'1', 'XSLTBloc' => XSLTParse4Display($biblionumber, $record, 'Detail','intranet') ); } -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com