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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 395-400 modules: Link Here
395
            -
395
            -
396
              columnname: quantity
396
              columnname: quantity
397
            -
397
            -
398
              columnname: price
399
            -
398
              columnname: order_internalnote
400
              columnname: order_internalnote
399
            -
401
            -
400
              columnname: subscription
402
              columnname: subscription
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +3 lines)
Lines 5-10 Link Here
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE Branches %]
6
[% USE Branches %]
7
[% USE Biblio %]
7
[% USE Biblio %]
8
[% USE Price %]
8
[% USE TablesSettings %]
9
[% USE TablesSettings %]
9
[% PROCESS 'i18n.inc' %]
10
[% PROCESS 'i18n.inc' %]
10
[% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
11
[% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
Lines 690-695 Note that permanent location is a code, and location may be an authval. Link Here
690
          <th class="title-string">Receive date</th>
691
          <th class="title-string">Receive date</th>
691
          <th>Status</th>
692
          <th>Status</th>
692
          <th>Quantity</th>
693
          <th>Quantity</th>
694
          <th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th>
693
          <th>Internal note</th>
695
          <th>Internal note</th>
694
          <th>Subscription</th>
696
          <th>Subscription</th>
695
          <th>Subscription callnumber</th>
697
          <th>Subscription callnumber</th>
Lines 742-747 Note that permanent location is a code, and location may be an authval. Link Here
742
              [% END %]
744
              [% END %]
743
            </td>
745
            </td>
744
            <td>[% order.quantity | html %]</td>
746
            <td>[% order.quantity | html %]</td>
747
            <td>[% IF ( order.unitprice_tax_included > 0 ) %][% order.unitprice_tax_included | $Price %][% ELSE %][% order.ecost_tax_included | $Price %][% END %]
745
            <td>[% order.order_internalnote | html %]</td>
748
            <td>[% order.order_internalnote | html %]</td>
746
            <td>
749
            <td>
747
                [% IF order.subscriptionid %]
750
                [% IF order.subscriptionid %]
748
- 

Return to bug 21882