1 Dec
2025
1 Dec
'25
8:17 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41340 --- Comment #3 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #2)
The idea would be: txn({count} item(s) modified) + '(' + txn({count} field(s) modified) + ')'
How about this: ``` <span> [% tnx( '{count} item modified (with {modified_fields} field modified).', '{count} items modified (with {modified_fields} field modified).', modified_items_count, { count = modified_items_count modified_fields = modified_fields_count }) | html %] </span> ``` -- You are receiving this mail because: You are watching all bug changes.