[Koha-bugs] [Bug 7178] Improve order item creation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 4 21:58:38 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7178

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Signed Off

--- Comment #39 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I see a lot of warnings in my logs when creating items on order:

[Wed Apr 04 21:30:30 2012] [error] [client 127.0.0.1] [Wed Apr  4 21:30:30
2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 370., referer:
http://localhost:8080/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=3&basketno=5&biblionumber=1
[Wed Apr 04 21:30:30 2012] [error] [client 127.0.0.1] [Wed Apr  4 21:30:30
2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 370., referer:
http://localhost:8080/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=3&basketno=5&biblionumber=1
[Wed Apr 04 21:30:30 2012] [error] [client 127.0.0.1] [Wed Apr  4 21:30:30
2012] basket.pl: Use of uninitialized value $gist_est in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 370., referer:
http://localhost:8080/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=3&basketno=5&biblionumber=1
[Wed Apr 04 21:30:30 2012] [error] [client 127.0.0.1] [Wed Apr  4 21:30:30
2012] basket.pl: Use of uninitialized value $gist_est in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 370., referer:
http://localhost:8080/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=3&basketno=5&biblionumber=1

And when creating items on receive:
[Wed Apr 04 21:51:21 2012] [error] [client 127.0.0.1] [Wed Apr  4 21:51:21
2012] finishreceive.pl: Use of uninitialized value in substr at
/home/katrin/kohaclone/C4/Biblio.pm line 2193., referer:
http://localhost:8080/cgi-bin/koha/acqui/orderreceive.pl?ordernumber=2&invoice=Test&gst=0&booksellerid=3
[Wed Apr 04 21:51:21 2012] [error] [client 127.0.0.1] [Wed Apr  4 21:51:21
2012] finishreceive.pl: Use of uninitialized value in substr at
/home/katrin/kohaclone/C4/Biblio.pm line 2194., referer:
http://localhost:8080/cgi-bin/koha/acqui/orderreceive.pl?ordernumber=2&invoice=Test&gst=0&booksellerid=3
[Wed Apr 04 21:51:21 2012] [error] [client 127.0.0.1] [Wed Apr  4 21:51:21
2012] finishreceive.pl: substr outside of string at
/home/katrin/kohaclone/C4/Biblio.pm line 2194., referer:
http://localhost:8080/cgi-bin/koha/acqui/orderreceive.pl?ordernumber=2&invoice=Test&gst=0&booksellerid=3
[Wed Apr 04 21:51:21 2012] [error] [client 127.0.0.1] [Wed Apr  4 21:51:21
2012] finishreceive.pl: Indicator in 952 is empty at
/home/katrin/kohaclone/C4/Biblio.pm line 2200., referer:
http://localhost:8080/cgi-bin/koha/acqui/orderreceive.pl?ordernumber=2&invoice=Test&gst=0&booksellerid=3
[Wed Apr 04 21:51:22 2012] [error] [client 127.0.0.1] [Wed Apr  4 21:51:22
2012] finishreceive.pl: Use of uninitialized value $error_url_str in
concatenation (.) or string at /home/katrin/kohaclone/acqui/finishreceive.pl
line 104., referer:
http://localhost:8080/cgi-bin/koha/acqui/orderreceive.pl?ordernumber=2&invoice=Test&gst=0&booksellerid=3

Functionality looks ok.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list