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:
parent
eb0a67ea10
commit
6a2ef935ac
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
<td colspan="6" class="total">(Tax exc.)</td>
|
<td colspan="6" class="total">(Tax exc.)</td>
|
||||||
[% END %]
|
[% 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.ecost | $Price %]</td>
|
||||||
<td>[% subtotal_for_funds.$key.unitprice | $Price %]</td>
|
<td>[% subtotal_for_funds.$key.unitprice | $Price %]</td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
|
|
Loading…
Reference in a new issue