Bug 12957: Get rid of warnings in aqbudgets.pl
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 18 Sep 2014 10:56:50 +0000 (12:56 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 15 Oct 2014 15:45:58 +0000 (12:45 -0300)
commita6d3e31860bc7ae26c393ff2fe3b0bdde848ddee
treee5985648f08c208b06b9b4861d33c4cf4382fa31
parent842913dfb82c95bfc0100e24ab177863cf959e15
Bug 12957: Get rid of warnings in aqbudgets.pl

There are a lot of warnings on navigating into the fund views (list,
editing, etc.)

"Use of uninitialized value in string eq..."
"Use of uninitialized value in hash element"
"Use of uninitialized value in concatenation..."

Test plan:
Verify the warnings don't appear anymore in logs on going on the fund
list view, editing a fund, saving a fund.

QA note: the budget_owner_name, budget_borrowernumber and branchname are
never used on the fund list view. A call to GetMember has been removed.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
This seems to work nicely reducing the amount of noise in the log
considerably.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
admin/aqbudgets.pl