[Koha-patches] [PATCH] Bug 5963: follow up: Remove useless comments

Julian Maurice julian.maurice at biblibre.com
Thu Mar 31 16:29:05 CEST 2011


---
 C4/Budgets.pm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/C4/Budgets.pm b/C4/Budgets.pm
index 85cdfe9..d80a820 100644
--- a/C4/Budgets.pm
+++ b/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 = ?";
-- 
1.7.4.1



More information about the Koha-patches mailing list