11 Dec
2023
11 Dec
'23
11:08 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35475 --- Comment #3 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Also I think that the following line content: _("Item") + " " + item.external_id, should be replaced with content: _("Item %s").format(item.external_id), -- You are receiving this mail because: You are watching all bug changes.