https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42497 Bug ID: 42497 Summary: Warning on acqui-home.pl Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: baptiste.wojtkowski@biblibre.com QA Contact: testopia@bugs.koha-community.org In acqui/acqui-home.pl, this returns a warning because depth does not exist: 134 for my $bp ( @{$budgetperiods} ) { 135 my $hierarchy = C4::Budgets::GetBudgetHierarchy( $$bp{budget_period_id}, undef, undef, 1 ); 136 for my $budget ( @{$hierarchy} ) { 137 $$budget{budget_display_name} = sprintf( "%s", ">" x $$budget{depth} . $$budget{budget_name} ); 138 } 139 $$bp{hierarchy} = $hierarchy; 140 } Could not find any reference to {depth} in budgetperiod -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.