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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-1 / +3 lines)
Lines 2-7 Link Here
2
[% USE Branches %]
2
[% USE Branches %]
3
[% USE Price %]
3
[% USE Price %]
4
[% USE Asset %]
4
[% USE Asset %]
5
[% USE AuthorisedValues %]
5
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
Lines 53-58 Link Here
53
                <tr>
54
                <tr>
54
                    <th>Mine</th>
55
                    <th>Mine</th>
55
                    <th>Suggestion</th>
56
                    <th>Suggestion</th>
57
                    <th>Document type</th>
56
                    <th>Suggested by</th>
58
                    <th>Suggested by</th>
57
                    <th>Accepted by</th>
59
                    <th>Accepted by</th>
58
                    <th>Library</th>
60
                    <th>Library</th>
Lines 79-84 Link Here
79
                                    [% IF ( suggestion.note ) %]<p><em>([% suggestion.note | html %])</em></p> [% END %]
81
                                    [% IF ( suggestion.note ) %]<p><em>([% suggestion.note | html %])</em></p> [% END %]
80
                                </p>
82
                                </p>
81
                            </td>
83
                            </td>
84
                            <td>[% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestion.itemtype, 0 ) | html %]</td>
82
                            <td>[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</td>
85
                            <td>[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</td>
83
                            <td>[% INCLUDE 'patron-title.inc' patron => suggestion.manager %]</td>
86
                            <td>[% INCLUDE 'patron-title.inc' patron => suggestion.manager %]</td>
84
                            <td>
87
                            <td>
85
- 

Return to bug 33541