http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13904 --- Comment #11 from Frédéric Demians <frederic@tamil.fr> --- (In reply to Jonathan Druart from comment #10)
Comment on attachment 39772 [details] [review] [SIGNED-OFF] Bug 13904: Make unimarc_field_4XX displays usefull 200 subfield data
Review of attachment 39772 [details] [review]: -----------------------------------------------------------------
::: 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?
Do you mean the last line? => result.size -- You are receiving this mail because: You are watching all bug changes.