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

(-)a/acqui/basketheader.pl (+1 lines)
Lines 131-136 if ( $op eq 'add_form' ) { Link Here
131
                    basketno => $basketno,
131
                    basketno => $basketno,
132
                    booksellers => \@booksellers,
132
                    booksellers => \@booksellers,
133
                    is_standing => $basket->{is_standing},
133
                    is_standing => $basket->{is_standing},
134
                    create_items => $basket->{create_items},
134
    );
135
    );
135
136
136
    my $billingplace = $basket->{'billingplace'} || C4::Context->userenv->{"branch"};
137
    my $billingplace = $basket->{'billingplace'} || C4::Context->userenv->{"branch"};
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-2 / +3 lines)
Lines 110-116 Link Here
110
                    [% END %]
110
                    [% END %]
111
                    <div class="hint">Standing orders do not close when received.</div>
111
                    <div class="hint">Standing orders do not close when received.</div>
112
                </li>
112
                </li>
113
                [% UNLESS basketno %]
113
                [% IF basketno %]
114
                    <input type="hidden" name="create_items" value="[% create_items %]" />
115
                [% ELSE %]
114
                 <li>
116
                 <li>
115
                    <label for="create_items">Create items when:</label>
117
                    <label for="create_items">Create items when:</label>
116
                    <select name="create_items" id="create_items">
118
                    <select name="create_items" id="create_items">
117
- 

Return to bug 23863