Lines 121-127
Link Here
|
121 |
<td> |
121 |
<td> |
122 |
[% IF basket.authorisedby %] |
122 |
[% IF basket.authorisedby %] |
123 |
[% basket.authorisedby.firstname %] |
123 |
[% basket.authorisedby.firstname %] |
124 |
[% basket.authorisedbysurname %] |
124 |
[% basket.authorisedby.surname %] |
125 |
[% END %] |
125 |
[% END %] |
126 |
</td> |
126 |
</td> |
127 |
<td><span title="[% basket.creationdate %]">[% basket.creationdate | $KohaDates %]</span></td> |
127 |
<td><span title="[% basket.creationdate %]">[% basket.creationdate | $KohaDates %]</span></td> |
128 |
- |
|
|