@@ -, +, @@ --- C4/Budgets.pm | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) --- a/C4/Budgets.pm +++ a/C4/Budgets.pm @@ -495,9 +495,7 @@ sub GetBudgetHierarchy { FROM aqbudgets JOIN aqbudgetperiods USING (budget_period_id)|; - # show only period X if requested my @where_strings; - # Pick out the active ones # show only period X if requested if ($budget_period_id) { push @where_strings," aqbudgets.budget_period_id = ?"; --