https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302
Adam Styles <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Adam Styles <[email protected]> --- Hi David, Just to clarify the issues of bug raised: By "ISBN:" shows in the email whether or not there is any ISBN data." Are you suggesting that, IF a bibliographic record, has NO ISBN FIELD in the marc file? that the output resulted in email form, still displays a blank ISBN label. OR that... IF a bibliographic record, has an empty ISBN FIELD value in the marc file? that the output resulted in email form, still displays a blank ISBN label. The reason I ask, is that in the file: ./koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt There is a specific IF statement line 61 - 68 ``` [% IF ( BIBLIO_RESULT.ISBN ) %] <span> ISBN: [% FOREACH isbn IN BIBLIO_RESULT.ISBN %] [% isbn | $raw %] [% UNLESS ( loop.last ) %]; [% END %] [% END %] </span><br/> [% END %] ``` -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
