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

(-)a/C4/Budgets.pm (-1 lines)
Lines 498-504 sub GetBudgetHierarchy { Link Here
498
    # show only period X if requested
498
    # show only period X if requested
499
	my @where_strings;
499
	my @where_strings;
500
    # Pick out the active ones
500
    # Pick out the active ones
501
    push @where_strings, 'aqbudgetperiods.budget_period_active=1';
502
    # show only period X if requested
501
    # show only period X if requested
503
    if ($budget_period_id) {
502
    if ($budget_period_id) {
504
        push @where_strings," aqbudgets.budget_period_id = ?";
503
        push @where_strings," aqbudgets.budget_period_id = ?";
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl (-2 / +3 lines)
Lines 311-317 $(document).ready(function() Link Here
311
                    <!-- /TMPL_IF -->
311
                    <!-- /TMPL_IF -->
312
                <!-- /TMPL_LOOP -->
312
                <!-- /TMPL_LOOP -->
313
                </select>
313
                </select>
314
                <!--/TMPL_IF--> <span class="label">&nbsp;Show all :</span><input type="checkbox" id="showallbudgets" />
314
                <label for="showallbudgets" style="float:none;width:auto;">&nbsp;Show all:</label>
315
                <input type="checkbox" id="showallbudgets" />
316
                <!--/TMPL_IF-->
315
            </li>
317
            </li>
316
		<li>
318
		<li>
317
                <!-- TMPL_IF name="close" -->
319
                <!-- TMPL_IF name="close" -->
318
- 

Return to bug 5963