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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +9 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE AuthorisedValues  %]
5
[% USE AuthorisedValues  %]
5
[% USE Branches %]
6
[% USE Branches %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
Lines 37-42 Link Here
37
                          <th>Summary</th>
38
                          <th>Summary</th>
38
                          <th>Note</th>
39
                          <th>Note</th>
39
                          <th>Managed by</th>
40
                          <th>Managed by</th>
41
                          <th>Managed on</th>
42
                          <th>Suggested on</th>
40
                          <th>Status</th>
43
                          <th>Status</th>
41
                        </tr>
44
                        </tr>
42
                    </thead>
45
                    </thead>
Lines 73-78 Link Here
73
                                        &nbsp;
76
                                        &nbsp;
74
                                    [% END %]
77
                                    [% END %]
75
                                </td>
78
                                </td>
79
                                <td data-order="[% s.manageddate | html %]">
80
                                    [% s.manageddate | $KohaDates %]
81
                                </td>
82
                                <td data-order="[% s.suggesteddate | html %]">
83
                                    [% s.suggesteddate | $KohaDates %]
84
                                </td>
76
                                <td>
85
                                <td>
77
                                    [% SWITCH s.STATUS %]
86
                                    [% SWITCH s.STATUS %]
78
                                    [% CASE "ASKED" %]<span>Requested</span>
87
                                    [% CASE "ASKED" %]<span>Requested</span>
79
- 

Return to bug 24585