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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-3 / +3 lines)
Lines 1-6 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% USE AuthorisedValues %]
2
[% USE AuthorisedValues %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Price %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Acquisitions  &rsaquo;
6
<title>Koha &rsaquo; Acquisitions  &rsaquo;
6
    [% IF ( op_save ) %]
7
    [% IF ( op_save ) %]
Lines 294-303 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
294
          <span class="label">Currency:</span>[% currency %]
295
          <span class="label">Currency:</span>[% currency %]
295
        </li>
296
        </li>
296
        <li>
297
        <li>
297
          <span class="label">Price:</span>[% price %]
298
          <span class="label">Price:</span>[% price | $Price %]
298
        </li>
299
        </li>
299
        <li>
300
        <li>
300
          <span class="label">Total</span>[% total %]
301
          <span class="label">Total</span>[% total | $Price %]
301
        </li>
302
        </li>
302
      </ol>
303
      </ol>
303
    </fieldset>
304
    </fieldset>
304
- 

Return to bug 13460