|
Lines 1-4
Link Here
|
| 1 |
[% USE KohaDates %] |
1 |
[% USE KohaDates %] |
|
|
2 |
[% USE Branches %] |
| 2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
| 3 |
<title>Koha › Acquisitions › Late orders</title> |
4 |
<title>Koha › Acquisitions › Late orders</title> |
| 4 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
|
Lines 166-178
$(document).ready(function() {
Link Here
|
| 166 |
[% END %] |
167 |
[% END %] |
| 167 |
</td> |
168 |
</td> |
| 168 |
<td> |
169 |
<td> |
| 169 |
[% IF ( CAN_user_acquisition_group_manage ) %] |
170 |
[% IF ( lateorder.basketgroupid ) %] |
| 170 |
<a href="basketgroup.pl?op=add&booksellerid=[% lateorder.supplierid %]&basketgroupid=[% lateorder.basketgroupid %]" title="basketgroup">[% lateorder.basketgroupname %] ([% lateorder.basketgroupid %])</a> |
171 |
[% IF ( CAN_user_acquisition_group_manage ) %] |
| 171 |
[% ELSE %] |
172 |
<a href="basketgroup.pl?op=add&booksellerid=[% lateorder.supplierid %]&basketgroupid=[% lateorder.basketgroupid %]" title="basketgroup">[% lateorder.basketgroupname %] ([% lateorder.basketgroupid %])</a> |
| 172 |
[% lateorder.basketgroupname %] ([% lateorder.basketgroupid %])</a> |
173 |
[% ELSE %] |
|
|
174 |
[% lateorder.basketgroupname %] ([% lateorder.basketgroupid %])</a> |
| 175 |
[% END %] |
| 173 |
[% END %] |
176 |
[% END %] |
| 174 |
</td> |
177 |
</td> |
| 175 |
<td>[% lateorder.branch %] |
178 |
<td>[% Branches.GetName( lateorder.branch ) %] |
| 176 |
</td> |
179 |
</td> |
| 177 |
<td>[% lateorder.budget %] |
180 |
<td>[% lateorder.budget %] |
| 178 |
</td> |
181 |
</td> |
| 179 |
- |
|
|