[Koha-patches] [PATCH 3/5] [MT2766] Fix supplier details not showing in claims.pl

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Mon Feb 22 18:42:03 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 1b6f878..9c1e4c0 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