23 Jun
2017
23 Jun
'17
4:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com Status|Signed Off |Failed QA --- Comment #10 from Nick Clemens <nick@bywatersolutions.com> --- GetBudgets returns a reference, not an array, try: my $funds = GetBudgets({ budget_period_id => $budgetperiod->{budget_period_id} }); $budgetperiod->{count} = scalar @$funds; -- You are receiving this mail because: You are watching all bug changes.