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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 220-226 Link Here
220
                                        <input type="text" size="10" id="datereceived" name="datereceived" class="flatpickr" />
220
                                        <input type="text" size="10" id="datereceived" name="datereceived" class="flatpickr" />
221
                                    </li>
221
                                    </li>
222
                                    <li>
222
                                    <li>
223
                                        <label for="bookfund">Fund: </label>
223
                                        <label for="bookfund" class="required">Fund: </label>
224
                                        <select id="bookfund" name="bookfund">
224
                                        <select id="bookfund" name="bookfund">
225
                                            <option value=""></option>
225
                                            <option value=""></option>
226
                                            [% FOREACH period IN budget_loop %]
226
                                            [% FOREACH period IN budget_loop %]
227
- 

Return to bug 8179