http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13904 --- Comment #10 from Jonathan Druart <jonathan.druart@biblibre.com> --- Comment on attachment 39772 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39772 [SIGNED-OFF] Bug 13904: Make unimarc_field_4XX displays usefull 200 subfield data Review of attachment 39772: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13904&attachment=39772) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt @@ +174,5 @@
+ [% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %] + [% IF ( resul.place ) %] ; [% resul.place %][% END %] + [% IF ( resul.pages ) %] - [% resul.pages %][% END %] + [% IF ( resul.notes ) %] : [% resul.notes %][% END %] + [% IF ( resul.size ) %] ; [% resul.size %][% END %]
These lines remove the changes introduced by bug 13129, is it expected? -- You are receiving this mail because: You are watching all bug changes.