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 76-81 Link Here
76
            <th>Quantity</th>
76
            <th>Quantity</th>
77
            <th>Total cost</th>
77
            <th>Total cost</th>
78
            <th>Basket</th>
78
            <th>Basket</th>
79
            <th>Basket date</th>
79
            <th>Basket group</th>
80
            <th>Basket group</th>
80
            <th>Library</th>
81
            <th>Library</th>
81
            <th>Budget</th>
82
            <th>Budget</th>
Lines 144-149 Link Here
144
                    [% lateorder.basket.basketname | html %] ([% lateorder.basketno | html %])
145
                    [% lateorder.basket.basketname | html %] ([% lateorder.basketno | html %])
145
                [% END %]
146
                [% END %]
146
            </td>
147
            </td>
148
            <td data-sort="[% lateorder.basket.creationdate | html %]">[% lateorder.basket.creationdate | $KohaDates %]</td>
147
            <td>
149
            <td>
148
                [% IF ( lateorder.basket.basketgroupid ) %]
150
                [% IF ( lateorder.basket.basketgroupid ) %]
149
                    [% IF ( CAN_user_acquisition_group_manage ) %]
151
                    [% IF ( CAN_user_acquisition_group_manage ) %]
150
- 

Return to bug 12732