Lines 729-734
Link Here
|
729 |
<th class="anti-the">Suggestion</th> |
729 |
<th class="anti-the">Suggestion</th> |
730 |
<th>Suggested by</th> |
730 |
<th>Suggested by</th> |
731 |
<th>Suggested on</th> |
731 |
<th>Suggested on</th> |
|
|
732 |
<th>Patron reason</th> |
732 |
<th>Managed by</th> |
733 |
<th>Managed by</th> |
733 |
<th>Managed on</th> |
734 |
<th>Managed on</th> |
734 |
<th>Last modification by</th> |
735 |
<th>Last modification by</th> |
Lines 789-794
Link Here
|
789 |
<td data-order="[% suggestions_loo.suggesteddate | html %]"> |
790 |
<td data-order="[% suggestions_loo.suggesteddate | html %]"> |
790 |
[% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate | $KohaDates %][% END %] |
791 |
[% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate | $KohaDates %][% END %] |
791 |
</td> |
792 |
</td> |
|
|
793 |
<td>[% AuthorisedValues.GetByCode( 'OPAC_SUG', suggestions_loo.patronreason ) | html %]</td> |
792 |
<td> |
794 |
<td> |
793 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.managedby | uri %]">[% suggestions_loo.surnamemanagedby | html %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby | html %][% END %]</a> |
795 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.managedby | uri %]">[% suggestions_loo.surnamemanagedby | html %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby | html %][% END %]</a> |
794 |
</td> |
796 |
</td> |
795 |
- |
|
|