Lines 113-119
Link Here
|
113 |
<td>[% batch_lis.file_name %]</td> |
113 |
<td>[% batch_lis.file_name %]</td> |
114 |
<td>[% batch_lis.comments %]</td> |
114 |
<td>[% batch_lis.comments %]</td> |
115 |
<td>[% batch_lis.import_status %]</td> |
115 |
<td>[% batch_lis.import_status %]</td> |
116 |
<td><span title="[% batch_lis.staged_date %]">[% batch_lis.staged_date | $KohaDates %]</span></td> |
116 |
<td><span title="[% batch_lis.staged_date %]">[% batch_lis.staged_date | $KohaDates with_hours => 1 %]</span></td> |
117 |
<td>[% batch_lis.num_biblios %]</td> |
117 |
<td>[% batch_lis.num_biblios %]</td> |
118 |
<td><a href="[% batch_lis.scriptname %]?import_batch_id=[% batch_lis.import_batch_id %]&basketno=[% basketno %]&booksellerid=[% booksellerid %]">Add orders</a></td> |
118 |
<td><a href="[% batch_lis.scriptname %]?import_batch_id=[% batch_lis.import_batch_id %]&basketno=[% basketno %]&booksellerid=[% booksellerid %]">Add orders</a></td> |
119 |
</tr> |
119 |
</tr> |
120 |
- |
|
|