http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11471 --- Comment #10 from Galen Charlton <gmcharlt@gmail.com> --- Comment on attachment 25532 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25532 Bug 11471: Display the currency for baskets in a basketgroup Review of attachment 25532: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11471&attachment=25532) ----------------------------------------------------------------- ::: acqui/basketgroup.pl @@ +254,1 @@
if(! $booksellerid){
Ordinarily, fetching the vendor record before seeing if a booksellerid was passed would be a mistake. In this case, however, I don't see any evidence that this script is every called with op eq 'add' but no booksellerid. Can that whole conditional branch be removed, perhaps? -- You are receiving this mail because: You are watching all bug changes.