Lines 371-388
Link Here
|
371 |
</li> |
371 |
</li> |
372 |
[% END %] |
372 |
[% END %] |
373 |
<li><table> |
373 |
<li><table> |
374 |
<thead><tr><th> </th><th>Date</th><th>By</th></tr></thead> |
374 |
<thead><tr><th> </th><th>Date</th><th>By</th><th>Action</th></tr></thead> |
375 |
<tbody> |
375 |
<tbody> |
376 |
<tr> |
376 |
<tr> |
377 |
<th><label for="suggesteddate">[% tp('purchase suggestion created by', 'Created by:') | html %]</label> </th> |
377 |
<th><label for="suggesteddate">[% tp('purchase suggestion created by', 'Created by:') | html %]</label> </th> |
378 |
<td><input type="text" id="suggesteddate" name="suggesteddate" class="datepicker" size="10" maxlength="10" value="[% suggesteddate | $KohaDates %]"/>[% INCLUDE 'date-format.inc' %]</td> |
378 |
<td><input type="text" id="suggesteddate" name="suggesteddate" class="datepicker" size="10" maxlength="10" value="[% suggesteddate | $KohaDates %]"/>[% INCLUDE 'date-format.inc' %]</td> |
379 |
<td><input type="hidden" id="suggestedby" name="suggestedby" value="[% suggestedby | html %]"/>[% IF ( suggestedby_patron.borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestedby_patron.borrowernumber | uri %]">[% suggestedby_patron.surname | html %], [% suggestedby_patron.firstname | html %] ([% suggestedby_patron.cardnumber | html %])</a> [% Branches.GetName( suggestedby_patron.branchcode ) | html %] ([% suggestedby_patron.category.description | html %])[% END %] |
379 |
<td id="tdsuggestedby"><input type="hidden" id="suggestedby" name="suggestedby" value="[% suggestedby | html %]"/>[% IF ( suggestedby_patron.borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestedby_patron.borrowernumber | uri %]">[% suggestedby_patron.surname | html %], [% suggestedby_patron.firstname | html %] ([% suggestedby_patron.cardnumber | html %])</a> [% Branches.GetName( suggestedby_patron.branchcode ) | html %] ([% suggestedby_patron.category.description | html %])[% END %] |
380 |
</td> |
380 |
</td> |
|
|
381 |
<td><a href="#" id="suggestion_search" class="btn btn-default">Set to patron</a></td> |
381 |
</tr> |
382 |
</tr> |
382 |
<tr> |
383 |
<tr> |
383 |
<th><label for="accepteddate">Accepted on:</label> </th> |
384 |
<th><label for="accepteddate">Accepted on:</label> </th> |
384 |
<td><input type="text" id="accepteddate" name="accepteddate" class="datepicker" size="10" maxlength="10" value="[% accepteddate | $KohaDates %]" />[% INCLUDE 'date-format.inc' %]</td> |
385 |
<td><input type="text" id="accepteddate" name="accepteddate" class="datepicker" size="10" maxlength="10" value="[% accepteddate | $KohaDates %]" />[% INCLUDE 'date-format.inc' %]</td> |
385 |
<td><input type="hidden" id="acceptedby" name="acceptedby" value="[% acceptedby | html %]"/>[% IF ( acceptedby_patron.borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% acceptedby_patron.borrowernumber | uri %]">[% acceptedby_patron.surname | html %], [% acceptedby_patron.firstname | html %] ([% suggestedby_patron.cardnumber | html %])</a> [% Branches.GetName( acceptedby_patron.branchcode ) | html %] ([% acceptedby_patron.category.description | html %])[% END %]</td> |
386 |
<td><input type="hidden" id="acceptedby" name="acceptedby" value="[% acceptedby | html %]"/>[% IF ( acceptedby_patron.borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% acceptedby_patron.borrowernumber | uri %]">[% acceptedby_patron.surname | html %], [% acceptedby_patron.firstname | html %] ([% suggestedby_patron.cardnumber | html %])</a> [% Branches.GetName( acceptedby_patron.branchcode ) | html %] ([% acceptedby_patron.category.description | html %])[% END %]</td> |
|
|
387 |
<td></td> |
386 |
</tr> |
388 |
</tr> |
387 |
<tr> |
389 |
<tr> |
388 |
<th><label for="lastmodificationdate">Last modification on:</label> </th> |
390 |
<th><label for="lastmodificationdate">Last modification on:</label> </th> |
Lines 392-397
Link Here
|
392 |
[% INCLUDE 'patron-title.inc' patron=lastmodificationby_patron hide_patron_infos_if_needed=1 %] [% Branches.GetName( lastmodificationby_patron.branchcode ) | html %] ([% lastmodificationby_patron.category.description | html %]) |
394 |
[% INCLUDE 'patron-title.inc' patron=lastmodificationby_patron hide_patron_infos_if_needed=1 %] [% Branches.GetName( lastmodificationby_patron.branchcode ) | html %] ([% lastmodificationby_patron.category.description | html %]) |
393 |
[% END %] |
395 |
[% END %] |
394 |
</td> |
396 |
</td> |
|
|
397 |
<td></td> |
395 |
</tr> |
398 |
</tr> |
396 |
</tbody> |
399 |
</tbody> |
397 |
</table></li> |
400 |
</table></li> |
Lines 1129-1134
Link Here
|
1129 |
[% END %] |
1132 |
[% END %] |
1130 |
[% Asset.js("js/acq.js") | $raw %] |
1133 |
[% Asset.js("js/acq.js") | $raw %] |
1131 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
1134 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
|
|
1135 |
[% Asset.js("js/suggestions.js") | $raw %] |
1132 |
[% END %] |
1136 |
[% END %] |
1133 |
|
|
|
1134 |
[% INCLUDE 'intranet-bottom.inc' %] |
1137 |
[% INCLUDE 'intranet-bottom.inc' %] |