So yes, it's a bug, please open a bug report :) On Fri, 15 Sep 2017 at 16:47 Michael Kuhn <[email protected]> wrote:
> Hi Jonathan > > > But now I also found an error message in > > "plack-error.log". > > > > When clicking "Budgets" it says: > > > > Can't call method "symbol" on an undefined value at > > /usr/share/koha/intranet/cgi-bin/admin/aqbudgetperiods.pl line 94. > > > > When clicking "Funds" it says: > > > > Can't call method "symbol" on an undefined value at > > /usr/share/koha/intranet/cgi-bin/admin/aqbudgets.pl line 53. > > > > It's the same in both my installations with Koha 17.05.1 ( > > http://koha.adminkuhn.ch:8080/?userid=demo&password=demo ) and also on > > another installation with Koha 16.11.1. > > > Well, I found the problem... line 94 says: > > $template->param( symbol => $active_currency->symbol, > currency => $active_currency->currency > > I then checked if there was a currency defined and and activated - there > wasn't. This is probably because I didn't load any example values (?). > > However, I then entered a new currency and activated it - now it works > as expected. > > Many thanks & have a good weekend! Michael > -- > Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis > Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz > T 0041 (0)61 261 55 61 <+41%2061%20261%2055%2061> · E [email protected] · > W www.adminkuhn.ch > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > https://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

