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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 93-98 modules: Link Here
93
              columnname: total_cost
93
              columnname: total_cost
94
            -
94
            -
95
              columnname: basket
95
              columnname: basket
96
            -
97
              columnname: basket_date
96
            -
98
            -
97
              columnname: basket_group
99
              columnname: basket_group
98
            -
100
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-1 / +2 lines)
Lines 81-86 Link Here
81
            <th>Quantity</th>
81
            <th>Quantity</th>
82
            <th>Total cost</th>
82
            <th>Total cost</th>
83
            <th>Basket</th>
83
            <th>Basket</th>
84
            <th>Basket date</th>
84
            <th>Basket group</th>
85
            <th>Basket group</th>
85
            <th>Library</th>
86
            <th>Library</th>
86
            <th>Budget</th>
87
            <th>Budget</th>
Lines 149-154 Link Here
149
                    [% lateorder.basket.basketname | html %] ([% lateorder.basketno | html %])
150
                    [% lateorder.basket.basketname | html %] ([% lateorder.basketno | html %])
150
                [% END %]
151
                [% END %]
151
            </td>
152
            </td>
153
            <td data-sort="[% lateorder.basket.creationdate | html %]">[% lateorder.basket.creationdate | $KohaDates %]</td>
152
            <td>
154
            <td>
153
                [% IF ( lateorder.basket.basketgroupid ) %]
155
                [% IF ( lateorder.basket.basketgroupid ) %]
154
                    [% IF ( CAN_user_acquisition_group_manage ) %]
156
                    [% IF ( CAN_user_acquisition_group_manage ) %]
155
- 

Return to bug 12732