https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27966
Ray Delahunty <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Ray Delahunty <[email protected]> --- We have this resolved in a way we like. The perfect notice (see bug 36109) would include counters like the DGST has as we'd like to deal with plural / singular problems in all notices. Here is an extract from our DGST and you can see a screengrab of our full digest in the other bug: <b>Renewal summary:</b><br/> [% IF success AND success ==1 %] [% success %] item was renewed. [% ELSIF success AND success >1 %] [% success %] items were renewed. [% END %]<br/> [% IF error AND error ==1 %][% error %] item was not renewed. It is now overdue and must be returned.<br/><br/> […] [% ELSIF error AND error >1 %][% error %] items were not renewed. They are now overdue and must be returned.<br/> […] -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
