koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes basket.js,1.2,1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes basket.js,1.2,1.3
Date: Wed, 08 Dec 2004 02:27:13 -0800

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11326/koha-tmpl/opac-tmpl/css/en/includes

Modified Files:
        basket.js 
Log Message:
fix to add biblio in basket when the query has only 1 result

Index: basket.js
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/basket.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** basket.js   23 Jul 2004 16:00:31 -0000      1.2
--- basket.js   8 Dec 2004 10:27:10 -0000       1.3
***************
*** 149,152 ****
--- 149,155 ----
                }
                addSelRecords(c_value);
+       } else {
+               c_value = c_value + document.myform.bibid.value + "/";
+               addSelRecords(c_value);
        }
  }




reply via email to

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