http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7654 Koha Team Lyon 3 <koha@univ-lyon3.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8200|0 |1 is obsolete| | --- Comment #7 from Koha Team Lyon 3 <koha@univ-lyon3.fr> --- Created attachment 14681 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14681&action=edit Bug 7654: Add location and callnumber at opac subscription view I corrected the comma's problem. As for the itemtype one, I could see the description in the itemtype column, holding tab. Maybe this problem has been corrected by another patch. However, I could see a new part of code that is seamingly made to display the callnumber but I don't understand under which conditions : <span style="display:none;"> [% IF ( subscription.callnumber ) %]<p>Callnumber: [% subscription.callnumber %]</p>[% END %]</span> I did a new patch nevertheless, but I suppose it 's necessary to harmonize the two callnumber displaying devices. -- You are receiving this mail because: You are watching all bug changes.