https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13796
--- Comment #3 from Sally Healey <[email protected]> --- Hi Marc, This is great, and definitely works - but on the sandbox I used, [% ISSUE.description %] didn't call anything back, which led to this rather confusing description on the renewal screen: Renew Fee for 5.00 (4 of 5 renewals remaining) Could: <span class="renewalfee">Fee for [% ISSUE.description %] [% ISSUE.renewalfee | $Price %]</span> be altered slightly to say something like: <span class="renewalfee">NOTE: A charge of [% ISSUE.renewalfee | $Price %] will be added.</span> which would generate: Renew NOTE: A charge of 5.00 will be added. I'm not sure what others think? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
