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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-4 / +6 lines)
Lines 157-165 $(document).ready(function() { Link Here
157
                    <p title="budget">[% lateorder.budget %]</p>
157
                    <p title="budget">[% lateorder.budget %]</p>
158
            </td>
158
            </td>
159
            <td>
159
            <td>
160
                 <p><a href="basket.pl?basketno=[% lateorder.basketno %]" title="basket">
160
                 <p>
161
                        [% lateorder.basketno %]
161
                     [% IF ( CAN_user_acquisition_order_manage ) %]
162
                 	</a>
162
                         <a href="basket.pl?basketno=[% lateorder.basketno %]" title="basket"> [% lateorder.basketno %]</a>
163
                     [% ELSE %]
164
                         [% lateorder.basketno %]
165
                     [% END %]
163
                 </p>
166
                 </p>
164
                 <p title="branch">[% lateorder.branch %]</p>
167
                 <p title="branch">[% lateorder.branch %]</p>
165
            </td>
168
            </td>
166
- 

Return to bug 11434