koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.15,1.16


From: Alan Millar
Subject: [Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.15,1.16
Date: Mon, 20 May 2002 23:19:50 -0700

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv23870

Modified Files:
        Acquisitions.pm 
Log Message:

Fix typo in booksellerid field name


Index: Acquisitions.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisitions.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** Acquisitions.pm     14 May 2002 09:12:43 -0000      1.15
--- Acquisitions.pm     21 May 2002 06:19:48 -0000      1.16
***************
*** 952,956 ****
    $sth->finish;
    
!   $item->{'booksellerid'}     = $dbh->quote($item->{'bookselletid'});
    $item->{'homebranch'}       = $dbh->quote($item->{'homebranch'});
    $item->{'price'}            = $dbh->quote($item->{'price'});
--- 952,956 ----
    $sth->finish;
    
!   $item->{'booksellerid'}     = $dbh->quote($item->{'booksellerid'});
    $item->{'homebranch'}       = $dbh->quote($item->{'homebranch'});
    $item->{'price'}            = $dbh->quote($item->{'price'});




reply via email to

[Prev in Thread] Current Thread [Next in Thread]