[Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 15 11:56:34 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529

--- Comment #43 from Josef Moravec <josef.moravec at 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.


More information about the Koha-bugs mailing list