View | Details | Raw Unified | Return to bug 23397
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-1 / +1 lines)
Lines 56-63 Link Here
56
    </td>
56
    </td>
57
    <td class="cell">
57
    <td class="cell">
58
        [% FOREACH itemtype IN order.itemtypes %]
58
        [% FOREACH itemtype IN order.itemtypes %]
59
            [% IF !(loop.count() mod 2) %] | [% END %]
60
            [% ItemTypes.GetDescription( itemtype ) | html %]
59
            [% ItemTypes.GetDescription( itemtype ) | html %]
60
            [% IF !loop.last() %] | [% END %]
61
        [% END %]
61
        [% END %]
62
    </td>
62
    </td>
63
    <td class="cell">
63
    <td class="cell">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-2 / +1 lines)
Lines 57-64 Link Here
57
            </td>
57
            </td>
58
            <td class="cell">
58
            <td class="cell">
59
                [% FOREACH itemtype IN order.itemtypes %]
59
                [% FOREACH itemtype IN order.itemtypes %]
60
                    [% IF !(loop.count() mod 2) %] | [% END %]
61
                    [% ItemTypes.GetDescription( itemtype ) | html %]
60
                    [% ItemTypes.GetDescription( itemtype ) | html %]
61
                    [% IF !loop.last() %] | [% END %]
62
                [% END %]
62
                [% END %]
63
            </td>
63
            </td>
64
            <td class="cell">
64
            <td class="cell">
65
- 

Return to bug 23397