https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 --- Comment #43 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 83106 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83106 Bug 11529: Clean up subtitle usage Review of attachment 83106: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11529&attachment=83106) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ +244,3 @@
});
+ title += " " + oObj.part_number + " " + oObj.part_name;
If there is no part_number or part_name, there is "null" string shown in UI @@ +601,3 @@
});
+ title += " " + oObj.part_number + " " + oObj.part_name;
If there is no part_number or part_name, there is "null" string shown in UI -- You are receiving this mail because: You are watching all bug changes.