http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11471
--- Comment #10 from Galen Charlton <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
