https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31051
Fridolin Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #15 from Fridolin Somers <[email protected]> --- Looking at this for QA. I have a question : Congratulations, you have saved a total of [% savings | $Price with_symbol => 1 %] by using the [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog. When LibraryNameTitle is not defined the text will say "you have saved a total of X by using the Koha online catalog". Looks not good, the savings are caused by the checkouts so in the "real life" catalog, not the online. Also often the content of LibraryNameTitle makes a weird text with catalog appended. In my opinion we should use a more simple : Congratulations, you have saved a total of [% savings | $Price with_symbol => 1 %] by using the library. -- 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/
