[Koha-bugs] [Bug 2165] Add XSL Support for Staff Client -- was: ISBN being truncated

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Thu Dec 17 21:04:24 CET 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2165


Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #11 from Chris Cormack <chris at 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.



More information about the Koha-bugs mailing list