6 Jan
2020
6 Jan
'20
1:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838 --- Comment #34 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #33)
+ $('#patronRenewals #incomplete').append(note + ': ' + data.length + ' ' + out_of + ' ' + renewals + ' ' + renewals_logged).show();
To make this correctly translatable you should use the .format() JS function.
Hi Jonathan This was addressed in this follow up patch https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96189&action=diff Did you not have all patches applied when you looked at this? -- You are receiving this mail because: You are watching all bug changes.