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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +2 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE AuthorisedValues %]
5
[% USE Price %]
6
[% USE Price %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
Lines 52-58 Link Here
52
            [% IF suggestion.reason %]
53
            [% IF suggestion.reason %]
53
                <li>
54
                <li>
54
                    <span class="label">Reason:</span>
55
                    <span class="label">Reason:</span>
55
                    [% SET avs = AuthorisedValues.GetAuthValueDropbox( 'SUGGEST' ) %]
56
                    [% SET suggestion_reasons = AuthorisedValues.GetAuthValueDropbox( 'SUGGEST' ) %]
56
                    [% SET other_reason = 1 %]
57
                    [% SET other_reason = 1 %]
57
                    <select class="select-reason" id="reason" name="reason">
58
                    <select class="select-reason" id="reason" name="reason">
58
                        <option value=""> -- Choose a reason -- </option>
59
                        <option value=""> -- Choose a reason -- </option>
59
- 

Return to bug 23596