http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4502 --- Comment #10 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 37354 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37354 Bug 4502: Catch software error if no active budget defined Review of attachment 37354: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=4502&attachment=37354) ----------------------------------------------------------------- ::: admin/aqplan.pl @@ +107,5 @@
$authcat = 'Asort1' if not defined $authcat; # defaults to Asort if no authcat given
+# If no active budget is defined, budget_period_id is undef +# This is the behavior of GetBudgetPeriod +$authcat = '' unless $budget_period_id;
Perhaps it should be 'Asort1'? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.