@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/members/pay.tt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -116,11 +116,19 @@ + + Total due: + [% total | $Price %] + [% IF outstanding_credits.total_outstanding < 0 %] Outstanding credits could be applied: + + Total due if credit applied: + [% total + outstanding_credits.total_outstanding | $Price %] + [% END %] [% IF ( account_grp.total ) %] @@ -128,14 +136,6 @@ [% account_grp.total | $Price %] [% END %] - - Total due: - [% IF outstanding_credits.total_outstanding < 0 %] - [% total + outstanding_credits.total_outstanding | $Price %] - [% ELSE %] - [% total | $Price %] - [% END %] - --