Bug 18722: Fund name is not shown in received orders fund subtotals

Test plan:
1) Go to acquisition and receive some orders
2) Show the receive summary for invoice
--> without patch, the fund name in subtotal is not shown
--> with patch the name is shown as expected

Signed-off-by: Michael Cabus <michael@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Josef Moravec 2017-06-05 11:20:18 +00:00 committed by Jonathan Druart
parent eb0a67ea10
commit 6a2ef935ac

View file

@ -370,7 +370,7 @@
[% ELSE %]
<td colspan="6" class="total">(Tax exc.)</td>
[% END %]
<td colspan="2"><i>Subtotal for</i> [% funds.$key.budget_name %]</td>
<td colspan="2"><i>Subtotal for</i> [% key %]</td>
<td>[% subtotal_for_funds.$key.ecost | $Price %]</td>
<td>[% subtotal_for_funds.$key.unitprice | $Price %]</td>
<td>&nbsp;</td>