[Koha-bugs] [Bug 17100] On summary print, "Account fines and payments" is displayed even if there is nothing to pay

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 12 15:59:31 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17100

--- Comment #7 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 54312
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54312
[SIGNED-OFF] Bug 17100: [Alternative patch] Fix issues for on summary print

Review of attachment 54312:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17100&attachment=54312)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt
@@ +105,4 @@
>              </tr>
>  
>              [% FOREACH account IN accounts %]
> +                [% IF ( account.amountoutstanding < 0 ) || ( account.amountoutstanding > 0 ) %]

Marc, why did you replace
  next if amount == 0
with this lines?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list