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

(-)a/C4/Budgets.pm (-3 lines)
Lines 495-503 sub GetBudgetHierarchy { Link Here
495
                    FROM aqbudgets 
495
                    FROM aqbudgets 
496
                    JOIN aqbudgetperiods USING (budget_period_id)|;
496
                    JOIN aqbudgetperiods USING (budget_period_id)|;
497
                        
497
                        
498
    # show only period X if requested
499
	my @where_strings;
498
	my @where_strings;
500
    # Pick out the active ones
501
    # show only period X if requested
499
    # show only period X if requested
502
    if ($budget_period_id) {
500
    if ($budget_period_id) {
503
        push @where_strings," aqbudgets.budget_period_id = ?";
501
        push @where_strings," aqbudgets.budget_period_id = ?";
504
- 

Return to bug 5963