https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19706 --- Comment #5 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 69745 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69745 Bug 19706: Fix bad json formed when there are no CCODE values Review of attachment 69745: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19706&attachment=69745) ----------------------------------------------------------------- Sorry, does not work, if you have defined some values in CCODE category, the select is not visible either ::: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ +363,4 @@
{ 'type': 'text' }, { 'type': 'text' }, { 'type': 'text' }, + [% IF ccode.size %]
should be ccodes.size (plural) -- You are receiving this mail because: You are watching all bug changes.