View | Details | Raw Unified | Return to bug 30510
Collapse All | Expand All

(-)a/admin/columns_settings.yml (+2 lines)
Lines 170-175 modules: Link Here
170
              columnname: suggested_by
170
              columnname: suggested_by
171
            -
171
            -
172
              columnname: suggested_on
172
              columnname: suggested_on
173
            -
174
              columnname: patron_reason
173
            -
175
            -
174
              columnname: managed_by
176
              columnname: managed_by
175
            -
177
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +2 lines)
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
- 

Return to bug 30510