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

(-)a/admin/columns_settings.yml (+4 lines)
Lines 585-590 modules: Link Here
585
        -
585
        -
586
          columnname: status
586
          columnname: status
587
        -
587
        -
588
          columnname: order_internalnote
589
        -
590
          columnname: order_vendornote
591
        -
588
          columnname: fund
592
          columnname: fund
589
        -
593
        -
590
          columnname: ordered
594
          columnname: ordered
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-1 / +4 lines)
Lines 350-355 Link Here
350
                        <th class="title-string">Creation date</th>
350
                        <th class="title-string">Creation date</th>
351
                        <th class="title-string">Receive date</th>
351
                        <th class="title-string">Receive date</th>
352
                        <th class="title-string">Status</th>
352
                        <th class="title-string">Status</th>
353
                        <th>Internal note</th>
354
                        <th>Vendor note</th>
353
                        <th>Fund</th>
355
                        <th>Fund</th>
354
                        <th title="ecost tax exc. / ecost tax inc.">Ordered</th>
356
                        <th title="ecost tax exc. / ecost tax inc.">Ordered</th>
355
                        <th title="Actual cost tax exc. / Actual cost tax inc.">Spent</th>
357
                        <th title="Actual cost tax exc. / Actual cost tax inc.">Spent</th>
Lines 385-390 Link Here
385
                            [% CASE 'cancelled' %]<span title="status_5">Cancelled</span>
387
                            [% CASE 'cancelled' %]<span title="status_5">Cancelled</span>
386
                          [% END %]
388
                          [% END %]
387
                        </td>
389
                        </td>
390
                        <td>[% order.order_internalnote | html %]</td>
391
                        <td>[% order.order_vendornote | html %]</td>
388
                        <td>[% order.fund.budget_name | html %]</td>
392
                        <td>[% order.fund.budget_name | html %]</td>
389
                        <td>
393
                        <td>
390
                            [% UNLESS order.datereceived %]
394
                            [% UNLESS order.datereceived %]
391
- 

Return to bug 17877