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 46-51 Link Here
46
                <tr>
47
                <tr>
47
                    <th>Mine</th>
48
                    <th>Mine</th>
48
                    <th>Suggestion</th>
49
                    <th>Suggestion</th>
50
                    <th>Document type</th>
49
                    <th>Suggested by</th>
51
                    <th>Suggested by</th>
50
                    <th>Accepted by</th>
52
                    <th>Accepted by</th>
51
                    <th>Library</th>
53
                    <th>Library</th>
Lines 72-77 Link Here
72
                                    [% IF ( suggestion.note ) %]<p><em>([% suggestion.note | html %])</em></p> [% END %]
74
                                    [% IF ( suggestion.note ) %]<p><em>([% suggestion.note | html %])</em></p> [% END %]
73
                                </p>
75
                                </p>
74
                            </td>
76
                            </td>
77
                            <td>[% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestion.itemtype, 0 ) | html %]</td>
75
                            <td>[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</td>
78
                            <td>[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</td>
76
                            <td>[% INCLUDE 'patron-title.inc' patron => suggestion.manager %]</td>
79
                            <td>[% INCLUDE 'patron-title.inc' patron => suggestion.manager %]</td>
77
                            <td>
80
                            <td>
78
- 

Return to bug 33541