Bug 19617: (QA follow-up) Fix typo for type
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 2 Jul 2018 18:30:57 +0000 (15:30 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 6 Jul 2018 14:29:48 +0000 (14:29 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt

index cead73e..a00afb2 100644 (file)
 <body id="pat_paycollect" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">Pay fines for [% patron.firstname %] [% patron.surname %]</a> &rsaquo; [% IF ( pay_individual ) %]Pay an individual fine[% ELSIF ( writeoff_individual ) %]Write off an individual fine[% ELSE %][% IF ( selected_accts ) %][% IF type == 'write    off' %]Write off an amount toward selected fines[% ELSE %]Pay an amount toward selected fines[% END %][% ELSE %]Pay an amount toward all fines[% END %][% END %]</div>
+<div id="breadcrumbs">
+    <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
+    <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> &rsaquo;
+    <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">Pay fines for [% patron.firstname %] [% patron.surname %]</a> &rsaquo;
+    [% IF    ( pay_individual )      %]Pay an individual fine
+    [% ELSIF ( writeoff_individual ) %]Write off an individual fine
+    [% ELSE %]
+        [% IF ( selected_accts ) %]
+            [% IF type == 'writeoff' %]Write off an amount toward selected fines
+            [% ELSE                  %]Pay an amount toward selected fines
+            [% END %]
+        [% ELSE                      %]Pay an amount toward all fines
+        [% END %]
+    [% END %]
+</div>
 
 <div id="doc3" class="yui-t2">