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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 198-203 modules: Link Here
198
          columnname: status
198
          columnname: status
199
        -
199
        -
200
          columnname: quantity
200
          columnname: quantity
201
        -
202
          columnname: order_internalnote
201
        -
203
        -
202
          columnname: subscription
204
          columnname: subscription
203
        -
205
        -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +2 lines)
Lines 718-723 Link Here
718
          <th class="title-string">Receive date</th>
718
          <th class="title-string">Receive date</th>
719
          <th>Status</th>
719
          <th>Status</th>
720
          <th>Quantity</th>
720
          <th>Quantity</th>
721
          <th>Internal note</th>
721
          <th>Subscription</th>
722
          <th>Subscription</th>
722
          <th>Subscription callnumber</th>
723
          <th>Subscription callnumber</th>
723
        </tr>
724
        </tr>
Lines 769-774 Link Here
769
              [% END %]
770
              [% END %]
770
            </td>
771
            </td>
771
            <td>[% order.quantity | html %]</td>
772
            <td>[% order.quantity | html %]</td>
773
            <td>[% order.order_internalnote %]</td>
772
            <td>
774
            <td>
773
                [% IF order.subscriptionid %]
775
                [% IF order.subscriptionid %]
774
                    <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% order.subscriptionid | uri %]">[% order.subscriptionid | html %]</a>
776
                    <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% order.subscriptionid | uri %]">[% order.subscriptionid | html %]</a>
775
- 

Return to bug 18952