Lines 287-293
Link Here
|
287 |
<li><span class="label">Contract number: </span>[% basketcontractno | html %]</li> |
287 |
<li><span class="label">Contract number: </span>[% basketcontractno | html %]</li> |
288 |
<li><span class="label">Contract name:</span> <a href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&contractnumber=[% basketcontractno | uri %]">[% basketcontractname | html %]</a></li> |
288 |
<li><span class="label">Contract name:</span> <a href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&contractnumber=[% basketcontractno | uri %]">[% basketcontractname | html %]</a></li> |
289 |
[% END %] |
289 |
[% END %] |
290 |
[% IF ( authorisedbyname ) %]<li><span class="label">Managed by:</span> [% authorisedbyname | html %]</li>[% END %] |
290 |
[% IF ( authorisedbyname ) %]<li><span class="label">[% tp('Acquisitions basket managed by user', 'Managed by:') | html %]</span> [% authorisedbyname | html %]</li>[% END %] |
291 |
[% IF ( creationdate ) %]<li><span class="label">Open on:</span> [% creationdate | $KohaDates %]</li>[% END %] |
291 |
[% IF ( creationdate ) %]<li><span class="label">Open on:</span> [% creationdate | $KohaDates %]</li>[% END %] |
292 |
[% IF ( closedate ) %] |
292 |
[% IF ( closedate ) %] |
293 |
<form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post"> |
293 |
<form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post"> |
294 |
- |
|
|