[Koha-bugs] [Bug 12896] Move the bookseller-related code into its own module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 6 10:44:22 CET 2014


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #24 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to Katrin Fischer from comment #23)
> Hi Jonathan, 
> 
> I tested all files included in the patch and they work fine... but:
> 
> git grep GetBookSeller
> serials/claims.pl:use C4::Bookseller qw( GetBookSeller );
> serials/claims.pl:    @supplierinfo=GetBookSeller($supplierid);
> t/db_dependent/Bookseller.t:#Test GetBookSeller
> t/db_dependent/Bookseller.t:    "Get Supplier1 (GetBookSellerFromId)" );
> 
> ... and serials claims actually explodes when you try to open it.

git remote update
git checkout -b bug_12896 origin/master
git bz apply 12852
git bz apply 12896
git grep GetBookSeller
misc/release_notes/release_notes_3_10_0.txt:    8223    minor   Properly format
SQL query in C4::Bookseller::GetBookSeller
t/db_dependent/Bookseller.t:#Test GetBookSeller
t/db_dependent/Bookseller.t:    "Get Supplier1 (GetBookSellerFromId)" );

You certainly forgot to apply 12852 before.

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


More information about the Koha-bugs mailing list