https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38248 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- I am wondering if the condition is correct. What would make sense IMO is to test for ClaimReturnedLostValue We should have row.return_claims set if the pref is set 248 [% IF Koha.Preference('ClaimReturnedLostValue') %] 249 embed.push('return_claims'); 250 [% END %] -- You are receiving this mail because: You are watching all bug changes.