https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30009
--- Comment #10 from Marcel de Rooy <[email protected]> --- (In reply to Nick Clemens from comment #2) > Currently we pass an empty array if there is no marc record - this > is read as 'true' by template toolkit, and the desciptions tab is loaded > > This patch just sets the variable as undef which is false Just being more precise: We pass an empty list. This is not read as true, as the above commit message tells. But it creates the odd arguments hash where the next key shifts into the position of the MARCNOTES value. -- 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/
