[Koha-patches] [3.2 07/13] [MT2766] Fix supplier details not showing in claims.pl

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Wed Mar 24 09:24:24 CET 2010


From: Jean-André Santoni <jeanandre.santoni at biblibre.com>

---
 serials/claims.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/serials/claims.pl b/serials/claims.pl
index 09999b4..25dd559 100755
--- a/serials/claims.pl
+++ b/serials/claims.pl
@@ -55,7 +55,7 @@ if ($supplierid) {
 
 my ($singlesupplier, at supplierinfo);
 if($supplierid){
-   (@supplierinfo)=GetBookSeller($supplierid);
+    @supplierinfo = GetBookSellerFromId($supplierid);
 } else { # set up supplierid for the claim links out of main table if all suppliers is chosen
    for my $mi (@missingissues){
        $mi->{supplierid} = getsupplierbyserialid($mi->{serialid});
-- 
1.6.3.3



More information about the Koha-patches mailing list