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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +2 lines)
Lines 53-58 Link Here
53
                                <tr>
53
                                <tr>
54
                                <th>Summary</th>
54
                                <th>Summary</th>
55
                                <th>Note</th>
55
                                <th>Note</th>
56
                                <th>Non-public note</th>
56
                                <th>Managed by</th>
57
                                <th>Managed by</th>
57
                                <th>Managed on</th>
58
                                <th>Managed on</th>
58
                                <th>Suggested on</th>
59
                                <th>Suggested on</th>
Lines 83-88 Link Here
83
                                            </p>
84
                                            </p>
84
                                        </td>
85
                                        </td>
85
                                        <td>[% s.note | html %]
86
                                        <td>[% s.note | html %]
87
                                        <td>[% s.staff_note | html %]
86
                                        <td>
88
                                        <td>
87
                                            [% INCLUDE 'patron-title.inc' patron => s.manager %]
89
                                            [% INCLUDE 'patron-title.inc' patron => s.manager %]
88
                                        </td>
90
                                        </td>
89
- 

Return to bug 34501