diff --git a/VERSIONS_HOTLINE/137459 b/VERSIONS_HOTLINE/137459 new file mode 100644 index 0000000000000000000000000000000000000000..af0aa9cec223462383fcb0f08e1f4a7d3d6dc4c4 --- /dev/null +++ b/VERSIONS_HOTLINE/137459 @@ -0,0 +1 @@ + - ticket #137459 : Magasin de Thèmes : Amélioration du temps d'affichage de la page des prêts en cours. L'historique de prêts passe automatiquement en rendu liste à interaction lorsqu'il comporte plus de 20 éléments. \ No newline at end of file diff --git a/library/templates/Intonation/View/Abonne/HistoryLoansList.php b/library/templates/Intonation/View/Abonne/HistoryLoansList.php index 5242b3a8c622ebf0f68a98d1ed6e96d43f3c0616..e376c977ce04711f1bd6ea1675e67b59a960129a 100644 --- a/library/templates/Intonation/View/Abonne/HistoryLoansList.php +++ b/library/templates/Intonation/View/Abonne/HistoryLoansList.php @@ -28,6 +28,8 @@ class Intonation_View_Abonne_HistoryLoansList extends Intonation_View_Abonne_Loa } protected function _renderList($collection, $actions) { - return $this->view->renderMultipleCarousel($collection, null, 3); + return Intonation_View_RenderTruncateList::$ajax_size < $collection->count() + ? $this->view->renderTruncateList($collection, null) + : $this->view->renderMultipleCarousel($collection, null, 3); } } diff --git a/tests/fixtures/KohaFixtures.php b/tests/fixtures/KohaFixtures.php index b180ba79576797b25f320bacee71218c70a101ee..209008aed3a3078db531128ed77291ba18b18ae1 100644 --- a/tests/fixtures/KohaFixtures.php +++ b/tests/fixtures/KohaFixtures.php @@ -1101,6 +1101,2593 @@ class KohaFixtures { } + public static function jsonGetPatronLaureIssueHistoryFourItems() { + return '[ + { + "itemnumber" : 89658, + "booksellerid" : null, + "volumedesc" : null, + "noteseen" : null, + "part_name" : null, + "restricted" : null, + "ccode" : null, + "barcode" : "5360134846", + "notes" : null, + "collectionvolume" : null, + "itemstimestamp" : "2021-04-08 14:16:42", + "itemtype" : "LIVRE", + "issuedate" : "2013-10-15 16:36:00", + "unititle" : null, + "issue_id" : 861872, + "serial" : null, + "biblioitemnumber" : 112057, + "enumchron" : null, + "stocknumber" : null, + "itype" : "IMP", + "url" : null, + "size" : "19 cm", + "issn" : null, + "notedate" : null, + "date_due" : "2014-01-10 23:59:00", + "volumedate" : null, + "editionresponsibility" : null, + "cn_suffix" : null, + "itemcallnumber" : "R-MON", + "publishercode" : "Librairie générale française", + "cn_sort" : "", + "collectionissn" : null, + "itemlost" : 0, + "editionstatement" : null, + "damaged_on" : null, + "datecreated" : "2010-08-31", + "stack" : null, + "damaged" : 0, + "replacementprice" : "25.00", + "isbn" : "9782253132721 | 2253132721", + "notforloan" : 0, + "cn_source" : null, + "frameworkcode" : "LIV", + "holdingbranch" : "VITRE", + "datelastseen" : "2021-04-01", + "onsite_checkout" : 0, + "coded_location_qualifier" : null, + "subtitle" : null, + "part_number" : null, + "itemnotes_nonpublic" : null, + "copyrightdate" : null, + "totalrenewals" : 8, + "itemlost_on" : null, + "datelastborrowed" : "2021-02-20", + "borrowernumber" : 10455, + "collectiontitle" : "La Pochothèque", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"j\">0</subfield>\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">Maison de la presse</subfield>\n <subfield code=\"t\">XROM</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : "fac-sim., couv. ill. en coul.", + "replacementpricedate" : "2010-08-31", + "number" : "(OCoLC)300971178 | PRITEC.PARIS4.020381102001 | 975403 | 477655 | 1265 | alp305102 | 781492 | 239968 | ALP316934 | ALP409393 | ALP000479706 | 65281", + "issuestimestamp" : "2014-01-17 13:48:13", + "reserves" : null, + "abstract" : null, + "returndate" : "2014-01-17 13:48:13", + "permanent_location" : "ADU", + "title" : "Les essais", + "agerestriction" : null, + "biblionumber" : 112057, + "lccn" : null, + "medium" : "TI", + "author" : "Montaigne", + "cn_item" : null, + "volume" : null, + "dateaccessioned" : "2010-08-31", + "price" : "25.00", + "uri" : null, + "location" : "ADU", + "cn_class" : null, + "lastreneweddate" : "2013-12-13 00:00:00", + "auto_renew" : 0, + "new_status" : null, + "place" : "Paris", + "ean" : "9782253132721", + "withdrawn_on" : null, + "materials" : null, + "renewals" : 2, + "homebranch" : "VITRE", + "issues" : 15, + "timestamp" : "2021-03-30 17:25:43", + "copynumber" : null, + "itemnotes" : null, + "withdrawn" : 0, + "pages" : "1 vol. (XXXI-1853 p.)", + "onloan" : null, + "paidfor" : null, + "seriestitle" : null, + "branchcode" : "VITRE", + "publicationyear" : "2002", + "note" : null, + "auto_renew_error" : null, + "totalissues" : 8 + }, + { + "notedate" : null, + "volumedate" : null, + "date_due" : "2014-03-04 23:59:00", + "editionresponsibility" : null, + "cn_suffix" : null, + "itemcallnumber" : "F-ALA", + "publishercode" : "Diaphana Edition Video - Distrib. TF1 Vidéo", + "cn_sort" : "", + "itemlost" : 0, + "collectionissn" : null, + "editionstatement" : null, + "damaged_on" : null, + "datecreated" : "2010-08-31", + "stack" : null, + "damaged" : 0, + "replacementprice" : null, + "isbn" : null, + "notforloan" : 0, + "frameworkcode" : "DVDA", + "cn_source" : null, + "holdingbranch" : "VITRE", + "datelastseen" : "2021-03-24", + "onsite_checkout" : 0, + "coded_location_qualifier" : null, + "itemnumber" : 113300, + "booksellerid" : null, + "noteseen" : null, + "volumedesc" : null, + "part_name" : null, + "ccode" : null, + "restricted" : null, + "barcode" : "5360162381", + "notes" : null, + "collectionvolume" : null, + "itemstimestamp" : "2021-03-30 10:57:04", + "itemtype" : "DVD", + "unititle" : null, + "issuedate" : "2013-12-10 17:32:00", + "issue_id" : 868815, + "serial" : null, + "biblioitemnumber" : 136721, + "enumchron" : null, + "stocknumber" : null, + "itype" : "DVD", + "url" : null, + "size" : "104 mn | 88 mn", + "issn" : null, + "uri" : null, + "location" : "ARTSMAG", + "cn_class" : null, + "lastreneweddate" : "2014-01-21 00:00:00", + "auto_renew" : 0, + "new_status" : null, + "place" : null, + "ean" : null, + "materials" : null, + "withdrawn_on" : null, + "renewals" : 1, + "homebranch" : "VITRE", + "timestamp" : "2021-03-30 17:28:20", + "issues" : 22, + "copynumber" : null, + "itemnotes" : null, + "withdrawn" : 0, + "pages" : "1 DVD vidéo", + "onloan" : null, + "seriestitle" : null, + "paidfor" : null, + "branchcode" : "VITRE", + "publicationyear" : "1995", + "note" : null, + "auto_renew_error" : null, + "totalissues" : 5, + "subtitle" : null, + "itemnotes_nonpublic" : null, + "part_number" : null, + "copyrightdate" : null, + "totalrenewals" : 2, + "itemlost_on" : null, + "borrowernumber" : 10455, + "collectiontitle" : null, + "datelastborrowed" : "2021-03-16", + "illus" : null, + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">RDM Video</subfield>\n <subfield code=\"t\">FIC</subfield>\n </datafield>\n</record>\n\n</collection>", + "replacementpricedate" : null, + "number" : "AG-0174-00191909", + "issuestimestamp" : "2014-01-28 09:08:10", + "reserves" : null, + "abstract" : null, + "returndate" : "2014-01-28 09:08:10", + "permanent_location" : "ARTSMAG", + "title" : "A la vie, à la mort ! | L\'argent fait le bonheur", + "agerestriction" : null, + "biblionumber" : 136721, + "lccn" : null, + "author" : "Robert Guédiguian", + "medium" : "IA", + "cn_item" : null, + "dateaccessioned" : "2010-08-31", + "volume" : null, + "price" : null + }, + { + "serial" : null, + "enumchron" : null, + "biblioitemnumber" : 149657, + "stocknumber" : null, + "itype" : "IMP", + "url" : "http://www.electre.com//GetBlob.ashx?Ean=9782353480289,0-1237764&Size=Original", + "size" : "21 cm", + "issn" : null, + "issuedate" : "2013-12-19 16:40:00", + "unititle" : null, + "issue_id" : 869364, + "collectionvolume" : null, + "itemstimestamp" : "2021-05-18 09:35:45", + "itemtype" : "LIVRE", + "itemnumber" : 134278, + "booksellerid" : null, + "noteseen" : null, + "volumedesc" : null, + "part_name" : null, + "barcode" : "5360187383", + "restricted" : null, + "ccode" : null, + "notes" : null, + "notforloan" : 0, + "isbn" : "9782353480289", + "holdingbranch" : "VITRE", + "frameworkcode" : "LIV", + "cn_source" : null, + "onsite_checkout" : 0, + "datelastseen" : "2021-05-12", + "coded_location_qualifier" : null, + "stack" : null, + "damaged" : 0, + "replacementprice" : "21.00", + "cn_sort" : "", + "collectionissn" : null, + "itemlost" : 0, + "editionstatement" : null, + "damaged_on" : null, + "datecreated" : "2012-03-06", + "notedate" : null, + "volumedate" : null, + "date_due" : "2014-02-18 23:59:00", + "editionresponsibility" : null, + "itemcallnumber" : "BD-HIG", + "cn_suffix" : null, + "publishercode" : "le Lézard noir", + "biblionumber" : 149657, + "lccn" : null, + "author" : "Susumu Higa", + "medium" : "TI", + "cn_item" : null, + "dateaccessioned" : "2012-03-06", + "volume" : null, + "price" : null, + "permanent_location" : "ADU", + "title" : "Soldats de sable", + "agerestriction" : null, + "collectiontitle" : null, + "borrowernumber" : 10455, + "datelastborrowed" : "2021-05-05", + "illus" : "ill., couv. ill. en coul.", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"j\">0</subfield>\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">Achat</subfield>\n <subfield code=\"t\">xmanga</subfield>\n </datafield>\n</record>\n\n</collection>", + "replacementpricedate" : null, + "number" : "FRBNF42561110000000X", + "reserves" : null, + "issuestimestamp" : "2014-01-29 09:31:34", + "abstract" : null, + "returndate" : "2014-01-29 09:31:34", + "part_number" : null, + "subtitle" : null, + "itemnotes_nonpublic" : null, + "copyrightdate" : null, + "totalrenewals" : 2, + "itemlost_on" : null, + "branchcode" : "VITRE", + "publicationyear" : "2011", + "note" : null, + "totalissues" : 10, + "auto_renew_error" : null, + "issues" : 23, + "homebranch" : "VITRE", + "copynumber" : null, + "timestamp" : "2021-09-13 10:14:13", + "itemnotes" : null, + "withdrawn" : 0, + "pages" : "1 vol. (205 p.)", + "onloan" : null, + "paidfor" : null, + "seriestitle" : null, + "auto_renew" : 0, + "new_status" : null, + "place" : "Poitiers", + "ean" : "9782353480289", + "withdrawn_on" : null, + "materials" : null, + "renewals" : 1, + "uri" : null, + "location" : "ADU", + "cn_class" : null, + "lastreneweddate" : "2014-01-21 00:00:00" + }, + { + "auto_renew_error" : null, + "totalissues" : 14, + "note" : null, + "publicationyear" : "1959", + "branchcode" : "VITRE", + "paidfor" : null, + "seriestitle" : null, + "onloan" : null, + "pages" : "2 DVD vidéo", + "withdrawn" : 0, + "itemnotes" : null, + "copynumber" : null, + "issues" : 35, + "timestamp" : "2021-03-30 17:27:25", + "homebranch" : "VITRE", + "withdrawn_on" : null, + "materials" : null, + "renewals" : 1, + "ean" : null, + "place" : null, + "new_status" : null, + "auto_renew" : 0, + "lastreneweddate" : "2014-02-18 00:00:00", + "cn_class" : null, + "location" : "ARTSMAG", + "uri" : null, + "price" : "43.00", + "volume" : null, + "dateaccessioned" : "2010-08-31", + "cn_item" : null, + "medium" : "IA", + "author" : "Alain Resnais, réal.", + "lccn" : null, + "biblionumber" : 128296, + "agerestriction" : null, + "title" : "Hiroshima mon amour", + "permanent_location" : "ARTSMAG", + "abstract" : null, + "returndate" : "2014-02-21 13:29:38", + "reserves" : null, + "issuestimestamp" : "2014-02-21 13:29:38", + "replacementpricedate" : "2010-08-31", + "number" : "AG-0174-00182898", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">RDM Video</subfield>\n <subfield code=\"t\">FIC</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : "noir et blanc", + "borrowernumber" : 10455, + "collectiontitle" : null, + "datelastborrowed" : "2019-05-07", + "itemlost_on" : null, + "totalrenewals" : 11, + "copyrightdate" : null, + "subtitle" : null, + "itemnotes_nonpublic" : null, + "part_number" : null, + "coded_location_qualifier" : null, + "datelastseen" : "2019-07-17", + "onsite_checkout" : 0, + "holdingbranch" : "VITRE", + "frameworkcode" : "DVDA", + "cn_source" : null, + "notforloan" : 0, + "isbn" : null, + "replacementprice" : "43.00", + "damaged" : 0, + "stack" : null, + "datecreated" : "2010-08-31", + "damaged_on" : null, + "editionstatement" : "edition Double DVD +", + "collectionissn" : null, + "itemlost" : 0, + "cn_sort" : "", + "publishercode" : "Arte Vidéo", + "cn_suffix" : null, + "itemcallnumber" : "F-HIR", + "editionresponsibility" : null, + "volumedate" : null, + "date_due" : "2014-04-01 23:59:00", + "notedate" : null, + "issn" : null, + "size" : "1h30min", + "url" : null, + "itype" : "DVD", + "stocknumber" : null, + "enumchron" : null, + "biblioitemnumber" : 128296, + "serial" : null, + "issue_id" : 885981, + "issuedate" : "2014-01-07 18:15:00", + "unititle" : null, + "itemtype" : "DVD", + "itemstimestamp" : "2021-03-29 15:01:21", + "collectionvolume" : null, + "restricted" : null, + "barcode" : "5360153379", + "ccode" : null, + "notes" : null, + "part_name" : null, + "volumedesc" : null, + "noteseen" : null, + "booksellerid" : null, + "itemnumber" : 104955 + }]'; + } + + + public static function jsonGetPatronLaureIssueHistoryMoreThan20() { + return '[ + { + "itemnumber" : 89658, + "booksellerid" : null, + "volumedesc" : null, + "noteseen" : null, + "part_name" : null, + "restricted" : null, + "ccode" : null, + "barcode" : "5360134846", + "notes" : null, + "collectionvolume" : null, + "itemstimestamp" : "2021-04-08 14:16:42", + "itemtype" : "LIVRE", + "issuedate" : "2013-10-15 16:36:00", + "unititle" : null, + "issue_id" : 861872, + "serial" : null, + "biblioitemnumber" : 112057, + "enumchron" : null, + "stocknumber" : null, + "itype" : "IMP", + "url" : null, + "size" : "19 cm", + "issn" : null, + "notedate" : null, + "date_due" : "2014-01-10 23:59:00", + "volumedate" : null, + "editionresponsibility" : null, + "cn_suffix" : null, + "itemcallnumber" : "R-MON", + "publishercode" : "Librairie générale française", + "cn_sort" : "", + "collectionissn" : null, + "itemlost" : 0, + "editionstatement" : null, + "damaged_on" : null, + "datecreated" : "2010-08-31", + "stack" : null, + "damaged" : 0, + "replacementprice" : "25.00", + "isbn" : "9782253132721 | 2253132721", + "notforloan" : 0, + "cn_source" : null, + "frameworkcode" : "LIV", + "holdingbranch" : "VITRE", + "datelastseen" : "2021-04-01", + "onsite_checkout" : 0, + "coded_location_qualifier" : null, + "subtitle" : null, + "part_number" : null, + "itemnotes_nonpublic" : null, + "copyrightdate" : null, + "totalrenewals" : 8, + "itemlost_on" : null, + "datelastborrowed" : "2021-02-20", + "borrowernumber" : 10455, + "collectiontitle" : "La Pochothèque", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"j\">0</subfield>\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">Maison de la presse</subfield>\n <subfield code=\"t\">XROM</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : "fac-sim., couv. ill. en coul.", + "replacementpricedate" : "2010-08-31", + "number" : "(OCoLC)300971178 | PRITEC.PARIS4.020381102001 | 975403 | 477655 | 1265 | alp305102 | 781492 | 239968 | ALP316934 | ALP409393 | ALP000479706 | 65281", + "issuestimestamp" : "2014-01-17 13:48:13", + "reserves" : null, + "abstract" : null, + "returndate" : "2014-01-17 13:48:13", + "permanent_location" : "ADU", + "title" : "Les essais", + "agerestriction" : null, + "biblionumber" : 112057, + "lccn" : null, + "medium" : "TI", + "author" : "Montaigne", + "cn_item" : null, + "volume" : null, + "dateaccessioned" : "2010-08-31", + "price" : "25.00", + "uri" : null, + "location" : "ADU", + "cn_class" : null, + "lastreneweddate" : "2013-12-13 00:00:00", + "auto_renew" : 0, + "new_status" : null, + "place" : "Paris", + "ean" : "9782253132721", + "withdrawn_on" : null, + "materials" : null, + "renewals" : 2, + "homebranch" : "VITRE", + "issues" : 15, + "timestamp" : "2021-03-30 17:25:43", + "copynumber" : null, + "itemnotes" : null, + "withdrawn" : 0, + "pages" : "1 vol. (XXXI-1853 p.)", + "onloan" : null, + "paidfor" : null, + "seriestitle" : null, + "branchcode" : "VITRE", + "publicationyear" : "2002", + "note" : null, + "auto_renew_error" : null, + "totalissues" : 8 + }, + { + "notedate" : null, + "volumedate" : null, + "date_due" : "2014-03-04 23:59:00", + "editionresponsibility" : null, + "cn_suffix" : null, + "itemcallnumber" : "F-ALA", + "publishercode" : "Diaphana Edition Video - Distrib. TF1 Vidéo", + "cn_sort" : "", + "itemlost" : 0, + "collectionissn" : null, + "editionstatement" : null, + "damaged_on" : null, + "datecreated" : "2010-08-31", + "stack" : null, + "damaged" : 0, + "replacementprice" : null, + "isbn" : null, + "notforloan" : 0, + "frameworkcode" : "DVDA", + "cn_source" : null, + "holdingbranch" : "VITRE", + "datelastseen" : "2021-03-24", + "onsite_checkout" : 0, + "coded_location_qualifier" : null, + "itemnumber" : 113300, + "booksellerid" : null, + "noteseen" : null, + "volumedesc" : null, + "part_name" : null, + "ccode" : null, + "restricted" : null, + "barcode" : "5360162381", + "notes" : null, + "collectionvolume" : null, + "itemstimestamp" : "2021-03-30 10:57:04", + "itemtype" : "DVD", + "unititle" : null, + "issuedate" : "2013-12-10 17:32:00", + "issue_id" : 868815, + "serial" : null, + "biblioitemnumber" : 136721, + "enumchron" : null, + "stocknumber" : null, + "itype" : "DVD", + "url" : null, + "size" : "104 mn | 88 mn", + "issn" : null, + "uri" : null, + "location" : "ARTSMAG", + "cn_class" : null, + "lastreneweddate" : "2014-01-21 00:00:00", + "auto_renew" : 0, + "new_status" : null, + "place" : null, + "ean" : null, + "materials" : null, + "withdrawn_on" : null, + "renewals" : 1, + "homebranch" : "VITRE", + "timestamp" : "2021-03-30 17:28:20", + "issues" : 22, + "copynumber" : null, + "itemnotes" : null, + "withdrawn" : 0, + "pages" : "1 DVD vidéo", + "onloan" : null, + "seriestitle" : null, + "paidfor" : null, + "branchcode" : "VITRE", + "publicationyear" : "1995", + "note" : null, + "auto_renew_error" : null, + "totalissues" : 5, + "subtitle" : null, + "itemnotes_nonpublic" : null, + "part_number" : null, + "copyrightdate" : null, + "totalrenewals" : 2, + "itemlost_on" : null, + "borrowernumber" : 10455, + "collectiontitle" : null, + "datelastborrowed" : "2021-03-16", + "illus" : null, + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">RDM Video</subfield>\n <subfield code=\"t\">FIC</subfield>\n </datafield>\n</record>\n\n</collection>", + "replacementpricedate" : null, + "number" : "AG-0174-00191909", + "issuestimestamp" : "2014-01-28 09:08:10", + "reserves" : null, + "abstract" : null, + "returndate" : "2014-01-28 09:08:10", + "permanent_location" : "ARTSMAG", + "title" : "A la vie, à la mort ! | L\'argent fait le bonheur", + "agerestriction" : null, + "biblionumber" : 136721, + "lccn" : null, + "author" : "Robert Guédiguian", + "medium" : "IA", + "cn_item" : null, + "dateaccessioned" : "2010-08-31", + "volume" : null, + "price" : null + }, + { + "serial" : null, + "enumchron" : null, + "biblioitemnumber" : 149657, + "stocknumber" : null, + "itype" : "IMP", + "url" : "http://www.electre.com//GetBlob.ashx?Ean=9782353480289,0-1237764&Size=Original", + "size" : "21 cm", + "issn" : null, + "issuedate" : "2013-12-19 16:40:00", + "unititle" : null, + "issue_id" : 869364, + "collectionvolume" : null, + "itemstimestamp" : "2021-05-18 09:35:45", + "itemtype" : "LIVRE", + "itemnumber" : 134278, + "booksellerid" : null, + "noteseen" : null, + "volumedesc" : null, + "part_name" : null, + "barcode" : "5360187383", + "restricted" : null, + "ccode" : null, + "notes" : null, + "notforloan" : 0, + "isbn" : "9782353480289", + "holdingbranch" : "VITRE", + "frameworkcode" : "LIV", + "cn_source" : null, + "onsite_checkout" : 0, + "datelastseen" : "2021-05-12", + "coded_location_qualifier" : null, + "stack" : null, + "damaged" : 0, + "replacementprice" : "21.00", + "cn_sort" : "", + "collectionissn" : null, + "itemlost" : 0, + "editionstatement" : null, + "damaged_on" : null, + "datecreated" : "2012-03-06", + "notedate" : null, + "volumedate" : null, + "date_due" : "2014-02-18 23:59:00", + "editionresponsibility" : null, + "itemcallnumber" : "BD-HIG", + "cn_suffix" : null, + "publishercode" : "le Lézard noir", + "biblionumber" : 149657, + "lccn" : null, + "author" : "Susumu Higa", + "medium" : "TI", + "cn_item" : null, + "dateaccessioned" : "2012-03-06", + "volume" : null, + "price" : null, + "permanent_location" : "ADU", + "title" : "Soldats de sable", + "agerestriction" : null, + "collectiontitle" : null, + "borrowernumber" : 10455, + "datelastborrowed" : "2021-05-05", + "illus" : "ill., couv. ill. en coul.", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"j\">0</subfield>\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">Achat</subfield>\n <subfield code=\"t\">xmanga</subfield>\n </datafield>\n</record>\n\n</collection>", + "replacementpricedate" : null, + "number" : "FRBNF42561110000000X", + "reserves" : null, + "issuestimestamp" : "2014-01-29 09:31:34", + "abstract" : null, + "returndate" : "2014-01-29 09:31:34", + "part_number" : null, + "subtitle" : null, + "itemnotes_nonpublic" : null, + "copyrightdate" : null, + "totalrenewals" : 2, + "itemlost_on" : null, + "branchcode" : "VITRE", + "publicationyear" : "2011", + "note" : null, + "totalissues" : 10, + "auto_renew_error" : null, + "issues" : 23, + "homebranch" : "VITRE", + "copynumber" : null, + "timestamp" : "2021-09-13 10:14:13", + "itemnotes" : null, + "withdrawn" : 0, + "pages" : "1 vol. (205 p.)", + "onloan" : null, + "paidfor" : null, + "seriestitle" : null, + "auto_renew" : 0, + "new_status" : null, + "place" : "Poitiers", + "ean" : "9782353480289", + "withdrawn_on" : null, + "materials" : null, + "renewals" : 1, + "uri" : null, + "location" : "ADU", + "cn_class" : null, + "lastreneweddate" : "2014-01-21 00:00:00" + }, + { + "auto_renew_error" : null, + "totalissues" : 14, + "note" : null, + "publicationyear" : "1959", + "branchcode" : "VITRE", + "paidfor" : null, + "seriestitle" : null, + "onloan" : null, + "pages" : "2 DVD vidéo", + "withdrawn" : 0, + "itemnotes" : null, + "copynumber" : null, + "issues" : 35, + "timestamp" : "2021-03-30 17:27:25", + "homebranch" : "VITRE", + "withdrawn_on" : null, + "materials" : null, + "renewals" : 1, + "ean" : null, + "place" : null, + "new_status" : null, + "auto_renew" : 0, + "lastreneweddate" : "2014-02-18 00:00:00", + "cn_class" : null, + "location" : "ARTSMAG", + "uri" : null, + "price" : "43.00", + "volume" : null, + "dateaccessioned" : "2010-08-31", + "cn_item" : null, + "medium" : "IA", + "author" : "Alain Resnais, réal.", + "lccn" : null, + "biblionumber" : 128296, + "agerestriction" : null, + "title" : "Hiroshima mon amour", + "permanent_location" : "ARTSMAG", + "abstract" : null, + "returndate" : "2014-02-21 13:29:38", + "reserves" : null, + "issuestimestamp" : "2014-02-21 13:29:38", + "replacementpricedate" : "2010-08-31", + "number" : "AG-0174-00182898", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">RDM Video</subfield>\n <subfield code=\"t\">FIC</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : "noir et blanc", + "borrowernumber" : 10455, + "collectiontitle" : null, + "datelastborrowed" : "2019-05-07", + "itemlost_on" : null, + "totalrenewals" : 11, + "copyrightdate" : null, + "subtitle" : null, + "itemnotes_nonpublic" : null, + "part_number" : null, + "coded_location_qualifier" : null, + "datelastseen" : "2019-07-17", + "onsite_checkout" : 0, + "holdingbranch" : "VITRE", + "frameworkcode" : "DVDA", + "cn_source" : null, + "notforloan" : 0, + "isbn" : null, + "replacementprice" : "43.00", + "damaged" : 0, + "stack" : null, + "datecreated" : "2010-08-31", + "damaged_on" : null, + "editionstatement" : "edition Double DVD +", + "collectionissn" : null, + "itemlost" : 0, + "cn_sort" : "", + "publishercode" : "Arte Vidéo", + "cn_suffix" : null, + "itemcallnumber" : "F-HIR", + "editionresponsibility" : null, + "volumedate" : null, + "date_due" : "2014-04-01 23:59:00", + "notedate" : null, + "issn" : null, + "size" : "1h30min", + "url" : null, + "itype" : "DVD", + "stocknumber" : null, + "enumchron" : null, + "biblioitemnumber" : 128296, + "serial" : null, + "issue_id" : 885981, + "issuedate" : "2014-01-07 18:15:00", + "unititle" : null, + "itemtype" : "DVD", + "itemstimestamp" : "2021-03-29 15:01:21", + "collectionvolume" : null, + "restricted" : null, + "barcode" : "5360153379", + "ccode" : null, + "notes" : null, + "part_name" : null, + "volumedesc" : null, + "noteseen" : null, + "booksellerid" : null, + "itemnumber" : 104955 + }, + { + "coded_location_qualifier" : null, + "datelastseen" : "2021-08-05", + "onsite_checkout" : 0, + "isbn" : null, + "notforloan" : 0, + "cn_source" : null, + "frameworkcode" : "DVDA", + "holdingbranch" : "VITRE", + "damaged" : 0, + "replacementprice" : "55.82", + "stack" : null, + "damaged_on" : null, + "datecreated" : "2012-06-21", + "editionstatement" : null, + "collectionissn" : null, + "itemlost" : 0, + "cn_sort" : "", + "itemcallnumber" : "F-COC", + "cn_suffix" : null, + "publishercode" : "Studio Canal ", + "editionresponsibility" : null, + "notedate" : null, + "date_due" : "2014-04-11 23:59:00", + "volumedate" : null, + "url" : null, + "size" : null, + "issn" : null, + "itype" : "DVD", + "biblioitemnumber" : 150572, + "enumchron" : null, + "stocknumber" : null, + "serial" : null, + "issue_id" : 894311, + "unititle" : null, + "issuedate" : "2014-02-21 16:48:00", + "itemtype" : "DVD", + "itemstimestamp" : "2021-08-05 17:50:55", + "collectionvolume" : null, + "part_name" : " ", + "restricted" : null, + "notes" : null, + "ccode" : null, + "barcode" : "5360193002", + "booksellerid" : null, + "volumedesc" : null, + "noteseen" : null, + "itemnumber" : 136628, + "totalissues" : 1, + "auto_renew_error" : null, + "note" : null, + "branchcode" : "VITRE", + "publicationyear" : "2012", + "onloan" : null, + "seriestitle" : null, + "paidfor" : null, + "pages" : "1 DVD", + "withdrawn" : 0, + "timestamp" : "2021-07-29 01:10:09", + "homebranch" : "VITRE", + "issues" : 66, + "copynumber" : null, + "itemnotes" : "tester le 13/10/2018 ok", + "ean" : "5050582870244", + "renewals" : 1, + "withdrawn_on" : null, + "materials" : null, + "place" : null, + "new_status" : null, + "auto_renew" : 0, + "lastreneweddate" : "2014-02-28 00:00:00", + "cn_class" : null, + "uri" : null, + "location" : "ARTS", + "dateaccessioned" : null, + "volume" : null, + "price" : null, + "cn_item" : null, + "medium" : "IA", + "author" : "Sylvain Estibal, réal. ", + "biblionumber" : 150572, + "lccn" : null, + "title" : "Le Cochon de Gaza ", + "agerestriction" : null, + "permanent_location" : "ARTS", + "reserves" : null, + "issuestimestamp" : "2014-03-05 11:51:11", + "abstract" : null, + "returndate" : "2014-03-05 11:51:11", + "number" : "11998 | rouedad_11998", + "replacementpricedate" : null, + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">RDM Video</subfield>\n <subfield code=\"t\">FIC</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : null, + "datelastborrowed" : "2021-07-28", + "borrowernumber" : 10455, + "collectiontitle" : null, + "itemlost_on" : null, + "totalrenewals" : 21, + "copyrightdate" : null, + "subtitle" : " ", + "itemnotes_nonpublic" : null, + "part_number" : " " + }, + { + "serial" : null, + "biblioitemnumber" : 131456, + "enumchron" : null, + "stocknumber" : null, + "itype" : "DVD", + "url" : null, + "size" : null, + "issn" : null, + "unititle" : null, + "issuedate" : "2014-02-22 18:03:00", + "issue_id" : 894312, + "collectionvolume" : null, + "itemstimestamp" : "2021-03-29 15:05:47", + "itemtype" : "DVD", + "itemnumber" : 108026, + "booksellerid" : null, + "noteseen" : null, + "volumedesc" : null, + "part_name" : null, + "restricted" : null, + "barcode" : "5360153797", + "ccode" : null, + "notes" : null, + "isbn" : null, + "notforloan" : 0, + "cn_source" : null, + "holdingbranch" : "VITRE", + "frameworkcode" : "DVDA", + "onsite_checkout" : 0, + "datelastseen" : "2019-05-23", + "coded_location_qualifier" : null, + "stack" : null, + "damaged" : 0, + "replacementprice" : null, + "cn_sort" : "", + "collectionissn" : null, + "itemlost" : 0, + "editionstatement" : "edition Collector keepcase", + "damaged_on" : null, + "datecreated" : "2010-08-31", + "notedate" : null, + "date_due" : "2014-04-11 23:59:00", + "volumedate" : null, + "editionresponsibility" : null, + "cn_suffix" : null, + "itemcallnumber" : "F-ARI", + "publishercode" : "Carlotta / Sony Pictures", + "biblionumber" : 131456, + "lccn" : null, + "author" : "Billy Wilder, réal.", + "medium" : "IA", + "cn_item" : null, + "volume" : null, + "dateaccessioned" : "2010-08-31", + "price" : null, + "permanent_location" : "ARTSMAG", + "title" : "Ariane", + "agerestriction" : null, + "datelastborrowed" : "2019-04-12", + "borrowernumber" : 10455, + "collectiontitle" : null, + "illus" : "n&b", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">RDM Video</subfield>\n <subfield code=\"t\">FIC</subfield>\n <subfield code=\"w\">INTROUVABLE</subfield>\n </datafield>\n</record>\n\n</collection>", + "number" : "AG-0174-00186374", + "replacementpricedate" : null, + "issuestimestamp" : "2014-03-05 11:51:20", + "reserves" : null, + "abstract" : null, + "returndate" : "2014-03-05 11:51:20", + "subtitle" : null, + "part_number" : null, + "itemnotes_nonpublic" : null, + "copyrightdate" : null, + "totalrenewals" : 7, + "itemlost_on" : null, + "branchcode" : "VITRE", + "publicationyear" : "1957", + "note" : null, + "auto_renew_error" : null, + "totalissues" : 11, + "issues" : 29, + "homebranch" : "VITRE", + "timestamp" : "2021-03-30 17:27:47", + "copynumber" : null, + "itemnotes" : null, + "withdrawn" : 0, + "pages" : "1 DVD vidéo, 130 mn, noir et blanc", + "onloan" : null, + "seriestitle" : null, + "paidfor" : null, + "auto_renew" : 0, + "new_status" : null, + "place" : null, + "ean" : null, + "withdrawn_on" : null, + "renewals" : 1, + "materials" : null, + "uri" : null, + "location" : "ARTSMAG", + "cn_class" : null, + "lastreneweddate" : "2014-02-28 00:00:00" + }, + { + "withdrawn" : 0, + "itemnotes" : null, + "homebranch" : "VITRE", + "timestamp" : "2021-03-30 17:27:14", + "copynumber" : null, + "issues" : 5, + "paidfor" : null, + "seriestitle" : null, + "onloan" : null, + "pages" : "1 DVD vidéo", + "note" : null, + "publicationyear" : "2007", + "branchcode" : "VITRE", + "auto_renew_error" : null, + "totalissues" : 2, + "cn_class" : null, + "location" : "ARTS", + "uri" : null, + "lastreneweddate" : "2014-02-28 00:00:00", + "new_status" : null, + "auto_renew" : 0, + "withdrawn_on" : null, + "materials" : null, + "renewals" : 1, + "ean" : null, + "place" : null, + "agerestriction" : null, + "title" : "Flip books !", + "permanent_location" : "ARTS", + "author" : null, + "medium" : "IA", + "lccn" : null, + "biblionumber" : 126226, + "price" : "38.00", + "volume" : null, + "dateaccessioned" : "2010-08-31", + "cn_item" : null, + "copyrightdate" : null, + "part_number" : null, + "subtitle" : "un livre, un pouce, un film | 300 flip books incontournables de la collection Pascal Fouché", + "itemnotes_nonpublic" : null, + "itemlost_on" : null, + "totalrenewals" : 1, + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">ADAV</subfield>\n <subfield code=\"t\">X700</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : null, + "collectiontitle" : null, + "borrowernumber" : 10455, + "datelastborrowed" : "2014-04-22", + "returndate" : "2014-03-11 17:32:15", + "abstract" : null, + "issuestimestamp" : "2014-03-11 17:32:15", + "reserves" : null, + "replacementpricedate" : "2010-08-31", + "number" : null, + "replacementprice" : "38.00", + "damaged" : 0, + "stack" : null, + "onsite_checkout" : 0, + "datelastseen" : "2014-05-06", + "frameworkcode" : "DVDA", + "holdingbranch" : "VITRE", + "cn_source" : null, + "isbn" : null, + "notforloan" : 0, + "coded_location_qualifier" : null, + "volumedate" : null, + "date_due" : "2014-04-11 23:59:00", + "notedate" : null, + "publishercode" : "Lendroit ed.", + "cn_suffix" : null, + "itemcallnumber" : "791.4-FLI", + "editionresponsibility" : null, + "itemlost" : 0, + "collectionissn" : null, + "cn_sort" : "", + "datecreated" : "2010-08-31", + "damaged_on" : null, + "editionstatement" : null, + "unititle" : null, + "issuedate" : "2014-02-11 17:02:00", + "issue_id" : 898156, + "stocknumber" : null, + "enumchron" : null, + "biblioitemnumber" : 126226, + "serial" : null, + "issn" : null, + "size" : "3h40min", + "url" : null, + "itype" : "DVD", + "itemnumber" : 102995, + "ccode" : null, + "restricted" : null, + "notes" : null, + "barcode" : "5360149940", + "part_name" : null, + "volumedesc" : null, + "noteseen" : null, + "booksellerid" : null, + "collectionvolume" : null, + "itemtype" : "DVD", + "itemstimestamp" : "2021-03-29 14:59:01" + }, + { + "medium" : "TI", + "author" : "Thierry Gallauziaux et David Fedullo", + "lccn" : null, + "biblionumber" : 141615, + "price" : "49.00", + "dateaccessioned" : "2010-09-01", + "volume" : null, + "cn_item" : null, + "agerestriction" : null, + "title" : "Le grand livre de l\'isolation", + "permanent_location" : "ADU", + "illus" : "ill. en noir et en coul., couv. ill. en coul.", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">Librairie du voyage</subfield>\n <subfield code=\"t\">X600</subfield>\n </datafield>\n</record>\n\n</collection>", + "borrowernumber" : 10455, + "datelastborrowed" : "2020-01-02", + "collectiontitle" : "Le grand livre", + "abstract" : null, + "returndate" : "2014-03-28 13:42:46", + "reserves" : null, + "issuestimestamp" : "2014-03-28 13:42:46", + "replacementpricedate" : "2010-09-01", + "number" : "FRBNF421813330000001", + "copyrightdate" : null, + "subtitle" : null, + "itemnotes_nonpublic" : null, + "part_number" : null, + "itemlost_on" : null, + "totalrenewals" : 18, + "note" : null, + "publicationyear" : "2010", + "branchcode" : "VITRE", + "totalissues" : 21, + "auto_renew_error" : null, + "withdrawn" : 0, + "itemnotes" : null, + "copynumber" : null, + "homebranch" : "VITRE", + "issues" : 36, + "timestamp" : "2021-09-13 10:12:18", + "paidfor" : null, + "seriestitle" : null, + "onloan" : null, + "pages" : "1 vol. (683 p.)", + "new_status" : null, + "auto_renew" : 0, + "materials" : null, + "withdrawn_on" : null, + "renewals" : 2, + "ean" : "9782212127294", + "place" : "Paris", + "cn_class" : null, + "location" : "ADU", + "uri" : null, + "lastreneweddate" : "2014-02-28 00:00:00", + "stocknumber" : null, + "biblioitemnumber" : 141615, + "enumchron" : null, + "serial" : null, + "size" : "27 cm", + "issn" : null, + "url" : null, + "itype" : "IMP", + "unititle" : null, + "issuedate" : "2014-01-02 16:15:00", + "issue_id" : 910537, + "collectionvolume" : null, + "itemtype" : "LIVRE", + "itemstimestamp" : "2021-03-29 15:19:33", + "itemnumber" : 118218, + "barcode" : "5360167980", + "restricted" : null, + "ccode" : null, + "notes" : null, + "part_name" : null, + "volumedesc" : null, + "noteseen" : null, + "booksellerid" : null, + "datelastseen" : "2020-03-05", + "onsite_checkout" : 0, + "frameworkcode" : "LIV", + "cn_source" : null, + "holdingbranch" : "VITRE", + "isbn" : "9782212127294", + "notforloan" : 0, + "coded_location_qualifier" : null, + "replacementprice" : "49.00", + "damaged" : 0, + "stack" : null, + "itemlost" : 0, + "collectionissn" : null, + "cn_sort" : "", + "datecreated" : "2010-09-01", + "damaged_on" : null, + "editionstatement" : "2e éd.", + "date_due" : "2014-03-28 23:59:00", + "volumedate" : null, + "notedate" : null, + "publishercode" : "Eyrolles", + "cn_suffix" : null, + "itemcallnumber" : "693.8-GAL", + "editionresponsibility" : null + }, + { + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">RDM Video</subfield>\n <subfield code=\"t\">FIC</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : null, + "borrowernumber" : 10455, + "collectiontitle" : "Collection Eddy Mitchell", + "datelastborrowed" : "2020-06-03", + "returndate" : "2014-04-02 09:09:08", + "abstract" : null, + "reserves" : null, + "issuestimestamp" : "2014-04-02 09:09:08", + "replacementpricedate" : null, + "number" : "AG-0174-00177431", + "copyrightdate" : null, + "part_number" : null, + "subtitle" : null, + "itemnotes_nonpublic" : null, + "itemlost_on" : null, + "totalrenewals" : 4, + "author" : "Blake Edwards, réal.", + "medium" : "IA", + "lccn" : null, + "biblionumber" : 123498, + "price" : null, + "dateaccessioned" : "2010-08-31", + "volume" : null, + "cn_item" : null, + "agerestriction" : null, + "title" : "Diamants sur canapé", + "permanent_location" : "ARTSMAG", + "new_status" : null, + "auto_renew" : 0, + "renewals" : 1, + "withdrawn_on" : null, + "materials" : null, + "ean" : null, + "place" : null, + "cn_class" : null, + "location" : "ARTSMAG", + "uri" : null, + "lastreneweddate" : "2014-03-28 00:00:00", + "note" : null, + "publicationyear" : "2008", + "branchcode" : "VITRE", + "auto_renew_error" : null, + "totalissues" : 17, + "withdrawn" : 0, + "itemnotes" : null, + "issues" : 55, + "homebranch" : "VITRE", + "copynumber" : null, + "timestamp" : "2021-03-30 17:26:57", + "paidfor" : null, + "seriestitle" : null, + "onloan" : null, + "pages" : "1 DVD vidéo", + "collectionvolume" : null, + "itemtype" : "DVD", + "itemstimestamp" : "2021-03-29 14:55:38", + "itemnumber" : 100241, + "ccode" : null, + "restricted" : null, + "barcode" : "5360149888", + "notes" : null, + "part_name" : null, + "volumedesc" : null, + "noteseen" : null, + "booksellerid" : null, + "stocknumber" : null, + "enumchron" : null, + "biblioitemnumber" : 123498, + "serial" : null, + "size" : "1h50min", + "issn" : null, + "url" : null, + "itype" : "DVD", + "issuedate" : "2014-03-15 11:57:00", + "unititle" : null, + "issue_id" : 913079, + "collectionissn" : null, + "itemlost" : 0, + "cn_sort" : "", + "datecreated" : "2010-08-31", + "damaged_on" : null, + "editionstatement" : null, + "volumedate" : null, + "date_due" : "2014-05-09 23:59:00", + "notedate" : null, + "publishercode" : "Paramount", + "cn_suffix" : null, + "itemcallnumber" : "F-DIA", + "editionresponsibility" : null, + "onsite_checkout" : 0, + "datelastseen" : "2020-07-30", + "cn_source" : null, + "holdingbranch" : "VITRE", + "frameworkcode" : "DVDA", + "notforloan" : 0, + "isbn" : null, + "coded_location_qualifier" : null, + "replacementprice" : "36.00", + "damaged" : 0, + "stack" : null + }, + { + "lastreneweddate" : "2014-02-28 00:00:00", + "uri" : null, + "location" : "ADU", + "cn_class" : null, + "place" : "Paris", + "ean" : "9782754014809", + "renewals" : 2, + "withdrawn_on" : null, + "materials" : null, + "auto_renew" : 0, + "new_status" : null, + "pages" : "1 vol (XXI-477 p.)", + "onloan" : "2021-09-07", + "seriestitle" : null, + "paidfor" : null, + "timestamp" : "2021-07-24 01:10:05", + "issues" : 32, + "homebranch" : "VITRE", + "copynumber" : null, + "itemnotes" : null, + "withdrawn" : 0, + "totalissues" : 24, + "auto_renew_error" : null, + "branchcode" : "VITRE", + "publicationyear" : "2009", + "note" : null, + "totalrenewals" : 17, + "itemlost_on" : null, + "subtitle" : null, + "itemnotes_nonpublic" : null, + "part_number" : null, + "copyrightdate" : null, + "replacementpricedate" : null, + "number" : "FRBNF420489090000003", + "issuestimestamp" : "2014-04-02 09:09:22", + "reserves" : null, + "abstract" : null, + "returndate" : "2014-04-02 09:09:22", + "borrowernumber" : 10455, + "datelastborrowed" : "2021-07-23", + "collectiontitle" : null, + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"j\">0</subfield>\n <subfield code=\"j\">0</subfield>\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"t\">XINF</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : "ill., couv. ill.", + "permanent_location" : "ADU", + "title" : "WordPress pour les nuls", + "agerestriction" : null, + "cn_item" : null, + "dateaccessioned" : "2010-09-16", + "volume" : null, + "price" : "22.00", + "biblionumber" : 142750, + "lccn" : null, + "medium" : "TI", + "author" : "Lisa Sabin-Wilson", + "editionresponsibility" : null, + "cn_suffix" : null, + "itemcallnumber" : "005-WOR", + "publishercode" : "First interactive", + "notedate" : null, + "date_due" : "2014-03-28 23:59:00", + "volumedate" : null, + "editionstatement" : null, + "damaged_on" : null, + "datecreated" : "2010-09-16", + "cn_sort" : "", + "itemlost" : 0, + "collectionissn" : null, + "stack" : null, + "damaged" : 0, + "replacementprice" : "22.00", + "coded_location_qualifier" : null, + "isbn" : "9782754014809", + "notforloan" : 0, + "frameworkcode" : "LIV", + "cn_source" : null, + "holdingbranch" : "VITRE", + "onsite_checkout" : 0, + "datelastseen" : "2021-07-23", + "booksellerid" : null, + "noteseen" : null, + "volumedesc" : null, + "part_name" : null, + "notes" : null, + "restricted" : null, + "ccode" : null, + "barcode" : "5360171155", + "itemnumber" : 119620, + "itemstimestamp" : "2021-07-23 17:17:31", + "itemtype" : "LIVRE", + "collectionvolume" : null, + "issue_id" : 913081, + "issuedate" : "2014-01-22 10:42:00", + "unititle" : null, + "itype" : "IMP", + "url" : "http://www.electre.com//GetBlob.ashx?Ean=9782754014809,0-530063&Size=Original", + "size" : "23 cm", + "issn" : null, + "serial" : null, + "biblioitemnumber" : 142750, + "enumchron" : null, + "stocknumber" : null + }, + { + "stack" : null, + "damaged" : 0, + "replacementprice" : "6.00", + "coded_location_qualifier" : null, + "notforloan" : 0, + "isbn" : "2877308715 | 9782877308717", + "holdingbranch" : "VITRE", + "cn_source" : null, + "frameworkcode" : "LIV", + "datelastseen" : "2021-10-15", + "onsite_checkout" : 0, + "editionresponsibility" : null, + "itemcallnumber" : "R-HIR", + "cn_suffix" : null, + "publishercode" : "P. Picquier", + "notedate" : null, + "volumedate" : null, + "date_due" : "2014-03-28 23:59:00", + "editionstatement" : null, + "damaged_on" : null, + "datecreated" : "2010-08-31", + "cn_sort" : "", + "collectionissn" : "1251-6007", + "itemlost" : 0, + "issue_id" : 913082, + "unititle" : null, + "issuedate" : "2014-01-25 16:17:00", + "itype" : "IMP", + "url" : "http://www.electre.com/GetBlob.asp?Ean=97828773087", + "size" : "17 cm", + "issn" : null, + "serial" : null, + "enumchron" : null, + "biblioitemnumber" : 110335, + "stocknumber" : null, + "booksellerid" : null, + "volumedesc" : null, + "noteseen" : null, + "part_name" : null, + "ccode" : null, + "restricted" : null, + "notes" : null, + "barcode" : "5360134481", + "itemnumber" : 88096, + "itemstimestamp" : "2021-10-15 16:56:38", + "itemtype" : "LIVRE", + "collectionvolume" : "276", + "pages" : "1 vol. (130 p.)", + "onloan" : "2021-11-05", + "paidfor" : null, + "seriestitle" : null, + "timestamp" : "2021-10-16 01:10:04", + "homebranch" : "VITRE", + "issues" : 24, + "copynumber" : null, + "itemnotes" : null, + "withdrawn" : 0, + "auto_renew_error" : null, + "totalissues" : 20, + "branchcode" : "VITRE", + "publicationyear" : "2006", + "note" : null, + "lastreneweddate" : "2014-02-28 00:00:00", + "uri" : null, + "location" : "ADU", + "cn_class" : null, + "place" : "Arles", + "ean" : "9782877308717", + "withdrawn_on" : null, + "materials" : null, + "renewals" : 2, + "auto_renew" : 0, + "new_status" : null, + "permanent_location" : "ADU", + "title" : "Le chat qui venait du ciel", + "agerestriction" : null, + "cn_item" : null, + "dateaccessioned" : "2010-08-31", + "volume" : null, + "price" : "6.00", + "biblionumber" : 110335, + "lccn" : null, + "author" : "Hiraide Takashi", + "medium" : "TI", + "totalrenewals" : 11, + "itemlost_on" : null, + "subtitle" : "roman", + "part_number" : null, + "itemnotes_nonpublic" : null, + "copyrightdate" : null, + "number" : "FRBNF409265790000000", + "replacementpricedate" : "2010-08-31", + "issuestimestamp" : "2014-04-02 09:10:14", + "reserves" : null, + "abstract" : null, + "returndate" : "2014-04-02 09:10:14", + "borrowernumber" : 10455, + "datelastborrowed" : "2021-10-15", + "collectiontitle" : "Picquier poche", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"j\">0</subfield>\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">Maison de la presse</subfield>\n <subfield code=\"t\">XROM</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : "couv. ill., en coul." + }, + { + "coded_location_qualifier" : null, + "isbn" : null, + "notforloan" : 0, + "frameworkcode" : "DVDA", + "holdingbranch" : "VITRE", + "cn_source" : null, + "onsite_checkout" : 0, + "datelastseen" : "2021-07-03", + "stack" : null, + "damaged" : 0, + "replacementprice" : "43.25", + "editionstatement" : "Simple keepcase", + "damaged_on" : null, + "datecreated" : "2013-05-17", + "cn_sort" : "", + "itemlost" : 0, + "collectionissn" : null, + "editionresponsibility" : null, + "cn_suffix" : null, + "itemcallnumber" : "F-GON", + "publishercode" : "Studio Canal ", + "notedate" : null, + "volumedate" : null, + "date_due" : "2014-04-11 23:59:00", + "itype" : "DVD", + "url" : null, + "size" : "DVD vidéo ", + "issn" : null, + "serial" : null, + "enumchron" : null, + "biblioitemnumber" : 155293, + "stocknumber" : null, + "issue_id" : 914687, + "unititle" : null, + "issuedate" : "2014-02-26 14:37:00", + "itemstimestamp" : "2021-07-03 15:26:33", + "itemtype" : "DVD", + "collectionvolume" : null, + "booksellerid" : null, + "volumedesc" : null, + "noteseen" : null, + "part_name" : " ", + "restricted" : null, + "barcode" : "5360193679", + "ccode" : null, + "notes" : null, + "itemnumber" : 145849, + "auto_renew_error" : null, + "totalissues" : 67, + "branchcode" : "VITRE", + "publicationyear" : "2011", + "note" : null, + "pages" : "1 DVD vidéo, 115 mn, couleur ", + "onloan" : null, + "seriestitle" : null, + "paidfor" : null, + "issues" : 78, + "copynumber" : null, + "timestamp" : "2021-05-20 01:10:11", + "homebranch" : "VITRE", + "itemnotes" : "Interdit aux moins de 12 ans", + "withdrawn" : 0, + "place" : null, + "ean" : "5050582854695", + "withdrawn_on" : null, + "renewals" : 1, + "materials" : null, + "auto_renew" : 0, + "new_status" : null, + "lastreneweddate" : "2014-02-28 00:00:00", + "uri" : null, + "location" : "ARTS", + "cn_class" : null, + "cn_item" : null, + "dateaccessioned" : "2013-05-17", + "volume" : null, + "price" : null, + "biblionumber" : 155293, + "lccn" : null, + "author" : "Ben Affleck, réal. ", + "medium" : "IA", + "permanent_location" : "ARTS", + "title" : "Gone Baby Gone ", + "agerestriction" : null, + "replacementpricedate" : null, + "number" : null, + "reserves" : null, + "issuestimestamp" : "2014-04-04 13:33:58", + "abstract" : null, + "returndate" : "2014-04-04 13:33:58", + "borrowernumber" : 10455, + "collectiontitle" : null, + "datelastborrowed" : "2021-05-19", + "illus" : "couleur ", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">RDM Video</subfield>\n <subfield code=\"t\">FIC</subfield>\n </datafield>\n</record>\n\n</collection>", + "totalrenewals" : 24, + "itemlost_on" : null, + "subtitle" : " ", + "part_number" : " ", + "itemnotes_nonpublic" : null, + "copyrightdate" : null + }, + { + "collectionvolume" : null, + "itemstimestamp" : "2021-09-20 21:46:50", + "itemtype" : "LIVRE", + "itemnumber" : 150012, + "volumedesc" : null, + "noteseen" : null, + "booksellerid" : null, + "restricted" : null, + "ccode" : null, + "barcode" : "5360200676", + "notes" : null, + "part_name" : null, + "serial" : null, + "stocknumber" : null, + "biblioitemnumber" : 156953, + "enumchron" : null, + "itype" : "IMP", + "size" : "21 cm", + "issn" : null, + "url" : null, + "unititle" : null, + "issuedate" : "2014-01-28 16:42:00", + "issue_id" : 914688, + "cn_sort" : "", + "collectionissn" : null, + "itemlost" : 0, + "editionstatement" : null, + "datecreated" : "2013-11-13", + "damaged_on" : null, + "volumedate" : null, + "date_due" : "2014-03-28 23:59:00", + "notedate" : null, + "editionresponsibility" : null, + "publishercode" : "Fisher Taschenbuch", + "cn_suffix" : null, + "itemcallnumber" : "830-KLU", + "frameworkcode" : "LIV", + "cn_source" : null, + "holdingbranch" : "VITRE", + "notforloan" : 0, + "isbn" : "9783596194551", + "onsite_checkout" : 0, + "datelastseen" : "2021-07-28", + "coded_location_qualifier" : null, + "stack" : null, + "replacementprice" : "13.00", + "damaged" : 0, + "borrowernumber" : 10455, + "datelastborrowed" : "2021-07-28", + "collectiontitle" : null, + "illus" : null, + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">L\'Editeur</subfield>\n <subfield code=\"t\">X800</subfield>\n <subfield code=\"X\">2</subfield>\n </datafield>\n</record>\n\n</collection>", + "number" : "OCoLC725270778", + "replacementpricedate" : null, + "returndate" : "2014-04-04 13:34:00", + "abstract" : null, + "reserves" : null, + "issuestimestamp" : "2014-04-04 13:34:00", + "itemnotes_nonpublic" : null, + "subtitle" : "Roman", + "part_number" : null, + "copyrightdate" : null, + "totalrenewals" : 6, + "itemlost_on" : null, + "lccn" : null, + "biblionumber" : 156953, + "author" : "Angelika Klüssendorf", + "medium" : "TI", + "cn_item" : null, + "price" : null, + "volume" : null, + "dateaccessioned" : "2013-11-13", + "permanent_location" : "ADU", + "agerestriction" : null, + "title" : " Das Mädchen", + "auto_renew" : 0, + "new_status" : null, + "place" : "Frankfurt am Main", + "renewals" : 2, + "withdrawn_on" : null, + "materials" : null, + "ean" : null, + "location" : "ADU", + "uri" : null, + "cn_class" : null, + "lastreneweddate" : "2014-02-28 00:00:00", + "publicationyear" : "2013", + "branchcode" : "VITRE", + "note" : null, + "totalissues" : 6, + "auto_renew_error" : null, + "itemnotes" : null, + "timestamp" : "2021-07-29 01:10:11", + "issues" : 6, + "homebranch" : "VITRE", + "copynumber" : null, + "withdrawn" : 0, + "pages" : "182 p.", + "seriestitle" : null, + "paidfor" : null, + "onloan" : "2021-10-12" + }, + { + "stack" : null, + "replacementprice" : "15.00", + "damaged" : 0, + "frameworkcode" : "LIV", + "holdingbranch" : "VITRE", + "cn_source" : null, + "notforloan" : 0, + "isbn" : "2246093066", + "datelastseen" : "2021-10-27", + "onsite_checkout" : 0, + "coded_location_qualifier" : null, + "volumedate" : null, + "date_due" : "2014-04-25 23:59:00", + "notedate" : null, + "editionresponsibility" : null, + "publishercode" : "B. Grasset", + "itemcallnumber" : "R-BAZ", + "cn_suffix" : null, + "cn_sort" : "", + "collectionissn" : null, + "itemlost" : 0, + "editionstatement" : null, + "datecreated" : "2010-08-31", + "damaged_on" : null, + "issuedate" : "2014-02-18 13:33:00", + "unititle" : null, + "issue_id" : 933724, + "serial" : null, + "stocknumber" : null, + "biblioitemnumber" : 83979, + "enumchron" : null, + "itype" : "IMP", + "size" : "21 cm", + "issn" : null, + "url" : null, + "itemnumber" : 62248, + "noteseen" : null, + "volumedesc" : null, + "booksellerid" : null, + "notes" : null, + "restricted" : null, + "ccode" : null, + "barcode" : "5360105121", + "part_name" : null, + "collectionvolume" : null, + "itemstimestamp" : "2021-10-27 18:06:10", + "itemtype" : "LIVRE", + "itemnotes" : null, + "timestamp" : "2021-08-26 01:10:03", + "homebranch" : "VITRE", + "issues" : 16, + "copynumber" : null, + "withdrawn" : 0, + "pages" : "265 p.", + "seriestitle" : null, + "paidfor" : null, + "onloan" : null, + "publicationyear" : "1991", + "branchcode" : "VITRE", + "note" : null, + "totalissues" : 12, + "auto_renew_error" : null, + "location" : "ADU", + "uri" : null, + "cn_class" : null, + "lastreneweddate" : "2014-03-28 00:00:00", + "auto_renew" : 0, + "new_status" : null, + "place" : "Paris", + "withdrawn_on" : null, + "renewals" : 2, + "materials" : null, + "ean" : null, + "permanent_location" : "ADU", + "agerestriction" : null, + "title" : "Vipère au poing", + "lccn" : null, + "biblionumber" : 83979, + "author" : "Hervé Bazin,...", + "medium" : "TI", + "cn_item" : null, + "price" : "15.00", + "volume" : null, + "dateaccessioned" : "2010-08-31", + "itemnotes_nonpublic" : null, + "subtitle" : "roman", + "part_number" : null, + "copyrightdate" : null, + "totalrenewals" : 11, + "itemlost_on" : null, + "datelastborrowed" : "2021-08-25", + "borrowernumber" : 10455, + "collectiontitle" : null, + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">Achat</subfield>\n <subfield code=\"t\">XROM</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : null, + "number" : "FRBNF354740740000000", + "replacementpricedate" : "2010-08-31", + "returndate" : "2014-05-02 13:30:18", + "abstract" : null, + "issuestimestamp" : "2014-05-02 13:30:18", + "reserves" : null + }, + { + "permanent_location" : "ADU", + "agerestriction" : null, + "title" : "Le chat qui venait du ciel", + "cn_item" : null, + "price" : "6.00", + "dateaccessioned" : "2010-08-31", + "volume" : null, + "lccn" : null, + "biblionumber" : 110335, + "author" : "Hiraide Takashi", + "medium" : "TI", + "totalrenewals" : 11, + "itemlost_on" : null, + "part_number" : null, + "subtitle" : "roman", + "itemnotes_nonpublic" : null, + "copyrightdate" : null, + "replacementpricedate" : "2010-08-31", + "number" : "FRBNF409265790000000", + "returndate" : "2014-05-24 09:59:58", + "abstract" : null, + "reserves" : null, + "issuestimestamp" : "2014-05-24 09:59:58", + "borrowernumber" : 10455, + "datelastborrowed" : "2021-10-15", + "collectiontitle" : "Picquier poche", + "illus" : "couv. ill., en coul.", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"j\">0</subfield>\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">Maison de la presse</subfield>\n <subfield code=\"t\">XROM</subfield>\n </datafield>\n</record>\n\n</collection>", + "pages" : "1 vol. (130 p.)", + "paidfor" : null, + "seriestitle" : null, + "onloan" : "2021-11-05", + "itemnotes" : null, + "timestamp" : "2021-10-16 01:10:04", + "issues" : 24, + "copynumber" : null, + "homebranch" : "VITRE", + "withdrawn" : 0, + "auto_renew_error" : null, + "totalissues" : 20, + "publicationyear" : "2006", + "branchcode" : "VITRE", + "note" : null, + "lastreneweddate" : "2014-05-02 00:00:00", + "location" : "ADU", + "uri" : null, + "cn_class" : null, + "place" : "Arles", + "withdrawn_on" : null, + "renewals" : 1, + "materials" : null, + "ean" : "9782877308717", + "auto_renew" : 0, + "new_status" : null, + "issue_id" : 947314, + "unititle" : null, + "issuedate" : "2014-04-02 09:11:00", + "itype" : "IMP", + "issn" : null, + "size" : "17 cm", + "url" : "http://www.electre.com/GetBlob.asp?Ean=97828773087", + "serial" : null, + "stocknumber" : null, + "biblioitemnumber" : 110335, + "enumchron" : null, + "noteseen" : null, + "volumedesc" : null, + "booksellerid" : null, + "restricted" : null, + "barcode" : "5360134481", + "ccode" : null, + "notes" : null, + "part_name" : null, + "itemnumber" : 88096, + "itemstimestamp" : "2021-10-15 16:56:38", + "itemtype" : "LIVRE", + "collectionvolume" : "276", + "stack" : null, + "replacementprice" : "6.00", + "damaged" : 0, + "coded_location_qualifier" : null, + "holdingbranch" : "VITRE", + "cn_source" : null, + "frameworkcode" : "LIV", + "isbn" : "2877308715 | 9782877308717", + "notforloan" : 0, + "onsite_checkout" : 0, + "datelastseen" : "2021-10-15", + "editionresponsibility" : null, + "publishercode" : "P. Picquier", + "itemcallnumber" : "R-HIR", + "cn_suffix" : null, + "date_due" : "2014-05-30 23:59:00", + "volumedate" : null, + "notedate" : null, + "editionstatement" : null, + "datecreated" : "2010-08-31", + "damaged_on" : null, + "cn_sort" : "", + "itemlost" : 0, + "collectionissn" : "1251-6007" + }, + { + "itemlost" : 0, + "collectionissn" : null, + "cn_sort" : "", + "damaged_on" : null, + "datecreated" : "2013-11-13", + "editionstatement" : null, + "notedate" : null, + "volumedate" : null, + "date_due" : "2014-06-18 23:59:00", + "itemcallnumber" : "830-BER", + "cn_suffix" : null, + "publishercode" : "C. Hanser", + "editionresponsibility" : null, + "onsite_checkout" : 0, + "datelastseen" : "2015-09-05", + "isbn" : "9783446233881", + "notforloan" : 0, + "holdingbranch" : "VITRE", + "frameworkcode" : "LIV", + "cn_source" : null, + "coded_location_qualifier" : null, + "damaged" : 0, + "replacementprice" : "14.00", + "stack" : null, + "collectionvolume" : null, + "itemtype" : "LIVRE", + "itemstimestamp" : "2021-03-29 16:06:10", + "itemnumber" : 150010, + "part_name" : null, + "ccode" : null, + "restricted" : null, + "barcode" : "5360200678", + "notes" : null, + "booksellerid" : null, + "volumedesc" : null, + "noteseen" : null, + "biblioitemnumber" : 156951, + "enumchron" : null, + "stocknumber" : null, + "serial" : null, + "url" : null, + "size" : "21 cm", + "issn" : null, + "itype" : "IMP", + "unititle" : null, + "issuedate" : "2014-04-22 16:58:00", + "issue_id" : 959864, + "new_status" : null, + "auto_renew" : 0, + "ean" : null, + "withdrawn_on" : null, + "renewals" : 1, + "materials" : null, + "place" : "München", + "cn_class" : null, + "uri" : null, + "location" : "ADU", + "lastreneweddate" : "2014-05-21 00:00:00", + "note" : null, + "branchcode" : "VITRE", + "publicationyear" : "2009", + "auto_renew_error" : null, + "totalissues" : 2, + "withdrawn" : 0, + "timestamp" : "2021-09-13 10:16:16", + "homebranch" : "VITRE", + "copynumber" : null, + "issues" : 2, + "itemnotes" : null, + "onloan" : null, + "paidfor" : null, + "seriestitle" : null, + "pages" : "1 vol. (308 p.)", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">L\'Editeur</subfield>\n <subfield code=\"t\">X800</subfield>\n <subfield code=\"X\">2</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : null, + "collectiontitle" : null, + "borrowernumber" : 10455, + "datelastborrowed" : "2015-07-25", + "reserves" : null, + "issuestimestamp" : "2014-06-13 16:01:16", + "returndate" : "2014-06-13 16:01:16", + "abstract" : null, + "number" : "FRBNF420437100000000", + "replacementpricedate" : null, + "copyrightdate" : null, + "part_number" : null, + "subtitle" : "Roman", + "itemnotes_nonpublic" : null, + "itemlost_on" : null, + "totalrenewals" : 2, + "medium" : "TI", + "author" : "Sibylle Berg", + "biblionumber" : 156951, + "lccn" : null, + "volume" : null, + "dateaccessioned" : "2013-11-13", + "price" : null, + "cn_item" : null, + "title" : "Der Mann schläft", + "agerestriction" : null, + "permanent_location" : "ADU" + }, + { + "noteseen" : null, + "volumedesc" : null, + "booksellerid" : null, + "restricted" : null, + "barcode" : "5360163452", + "ccode" : null, + "notes" : null, + "part_name" : null, + "itemnumber" : 97590, + "itemstimestamp" : "2021-03-29 14:51:11", + "itemtype" : "LIVRE", + "collectionvolume" : "47", + "issue_id" : 959865, + "issuedate" : "2014-05-07 15:55:00", + "unititle" : null, + "itype" : "IMPJ", + "size" : "20 x 13 cm", + "issn" : null, + "url" : null, + "serial" : null, + "stocknumber" : null, + "enumchron" : null, + "biblioitemnumber" : 120608, + "editionresponsibility" : "Denis Guiot", + "publishercode" : "Mango jeunesse", + "cn_suffix" : null, + "itemcallnumber" : "JSF-LEG", + "volumedate" : null, + "date_due" : "2014-07-08 23:59:00", + "notedate" : null, + "editionstatement" : null, + "datecreated" : "2010-08-31", + "damaged_on" : null, + "cn_sort" : "", + "collectionissn" : "1627-8054", + "itemlost" : 0, + "stack" : null, + "replacementprice" : "9.00", + "damaged" : 0, + "coded_location_qualifier" : null, + "cn_source" : null, + "holdingbranch" : "VITRE", + "frameworkcode" : "LIV", + "notforloan" : 0, + "isbn" : "9782740421970 | 2740421974", + "datelastseen" : "2019-11-22", + "onsite_checkout" : 0, + "totalrenewals" : 3, + "itemlost_on" : null, + "subtitle" : null, + "part_number" : null, + "itemnotes_nonpublic" : null, + "copyrightdate" : null, + "replacementpricedate" : null, + "number" : "CEV_BGM1999111 | DOMAGNE_13753 | ADP_R004203 | SD_EPPK-5360532951946028657 | BALAZE_17797 | MSP_811 | PLBSADL_761 | 4713 | bais_4713 | 23563 | rouedad_23563 | FRBNF433998610000000", + "returndate" : "2014-06-13 16:01:20", + "abstract" : null, + "issuestimestamp" : "2014-06-13 16:01:20", + "reserves" : null, + "borrowernumber" : 10455, + "collectiontitle" : "Autres mondes", + "datelastborrowed" : "2019-11-07", + "illus" : null, + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">JEUNESSE</subfield>\n <subfield code=\"s\">Librairie vitréenne</subfield>\n <subfield code=\"t\">XROM</subfield>\n <subfield code=\"X\">1</subfield>\n </datafield>\n</record>\n\n</collection>", + "permanent_location" : "JEU", + "agerestriction" : null, + "title" : "Les orphelins de Naja", + "cn_item" : null, + "price" : null, + "dateaccessioned" : "2010-08-31", + "volume" : null, + "lccn" : null, + "biblionumber" : 120608, + "author" : "Nathalie Le Gendre", + "medium" : "TI", + "lastreneweddate" : "2014-06-10 00:00:00", + "location" : "JEU", + "uri" : null, + "cn_class" : null, + "place" : "Paris", + "withdrawn_on" : null, + "materials" : null, + "renewals" : 1, + "ean" : "9782740421970", + "auto_renew" : 0, + "new_status" : null, + "pages" : "192 p.", + "seriestitle" : null, + "paidfor" : null, + "onloan" : null, + "itemnotes" : null, + "timestamp" : "2021-03-29 00:00:00", + "issues" : 20, + "homebranch" : "VITRE", + "copynumber" : null, + "withdrawn" : 0, + "auto_renew_error" : null, + "totalissues" : 9, + "publicationyear" : "2008", + "branchcode" : "VITRE", + "note" : null + }, + { + "itemtype" : "LIVRE", + "itemstimestamp" : "2021-08-04 12:08:40", + "collectionvolume" : null, + "part_name" : null, + "restricted" : null, + "barcode" : "5360138176", + "ccode" : null, + "notes" : null, + "booksellerid" : null, + "noteseen" : null, + "volumedesc" : null, + "itemnumber" : 88454, + "url" : null, + "issn" : null, + "size" : "16 cm", + "itype" : "IMPJ", + "biblioitemnumber" : 110672, + "enumchron" : null, + "stocknumber" : null, + "serial" : null, + "issue_id" : 962190, + "unititle" : null, + "issuedate" : "2014-05-10 11:58:00", + "damaged_on" : null, + "datecreated" : "2010-08-31", + "editionstatement" : null, + "collectionissn" : null, + "itemlost" : 0, + "cn_sort" : "", + "itemcallnumber" : "JR-VIG", + "cn_suffix" : null, + "publishercode" : "T. Magnier", + "editionresponsibility" : null, + "notedate" : null, + "date_due" : "2014-07-08 23:59:00", + "volumedate" : null, + "coded_location_qualifier" : null, + "onsite_checkout" : 0, + "datelastseen" : "2014-06-18", + "notforloan" : 0, + "isbn" : "9782844205254", + "cn_source" : null, + "holdingbranch" : "VITRE", + "frameworkcode" : "LIV", + "damaged" : 0, + "replacementprice" : "14.50", + "stack" : null, + "reserves" : null, + "issuestimestamp" : "2014-06-18 08:57:03", + "abstract" : null, + "returndate" : "2014-06-18 08:57:03", + "replacementpricedate" : "2010-08-31", + "number" : "FRBNF409802170000006", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"j\">0</subfield>\n <subfield code=\"q\">JEUNESSE</subfield>\n <subfield code=\"s\">Forum du livre</subfield>\n <subfield code=\"t\">XROM</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : "ill. en coul., couv. ill. en coul.", + "collectiontitle" : "Collection Photoroman", + "borrowernumber" : 10455, + "datelastborrowed" : "2014-05-10", + "itemlost_on" : null, + "totalrenewals" : 1, + "copyrightdate" : null, + "part_number" : null, + "subtitle" : null, + "itemnotes_nonpublic" : null, + "volume" : null, + "dateaccessioned" : "2010-08-31", + "price" : "14.50", + "cn_item" : null, + "medium" : "TI", + "author" : "[texte], Fabrice Vigne", + "biblionumber" : 110672, + "lccn" : null, + "title" : "Les Giètes", + "agerestriction" : null, + "permanent_location" : "JEU", + "ean" : "9782844205254", + "withdrawn_on" : "2021-08-04 12:08:40", + "materials" : null, + "renewals" : 1, + "place" : "[Paris]", + "new_status" : null, + "auto_renew" : 0, + "lastreneweddate" : "2014-06-10 00:00:00", + "cn_class" : null, + "uri" : null, + "location" : "JEU", + "totalissues" : 1, + "auto_renew_error" : null, + "note" : null, + "branchcode" : "VITRE", + "publicationyear" : "2007", + "onloan" : null, + "seriestitle" : null, + "paidfor" : null, + "pages" : "1 vol. (212 p.)", + "withdrawn" : 2, + "timestamp" : "2021-09-13 10:08:16", + "issues" : 1, + "homebranch" : "VITRE", + "copynumber" : null, + "itemnotes" : null + }, + { + "returndate" : "2014-07-01 17:10:29", + "abstract" : null, + "reserves" : null, + "issuestimestamp" : "2014-07-01 17:10:29", + "replacementpricedate" : "2010-08-31", + "number" : "FRBNF410864530000008", + "illus" : "ill. en coul, couv. ill. en coul.", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">JEUNESSE</subfield>\n <subfield code=\"s\">Librairie vitréenne</subfield>\n <subfield code=\"t\">XROM</subfield>\n </datafield>\n</record>\n\n</collection>", + "borrowernumber" : 10455, + "datelastborrowed" : "2014-05-10", + "collectiontitle" : "Collection Photoroman", + "itemlost_on" : null, + "totalrenewals" : 1, + "copyrightdate" : null, + "itemnotes_nonpublic" : null, + "subtitle" : null, + "part_number" : null, + "price" : "13.00", + "dateaccessioned" : "2010-08-31", + "volume" : null, + "cn_item" : null, + "author" : "[texte], Alain André", + "medium" : "TI", + "lccn" : null, + "biblionumber" : 117859, + "agerestriction" : null, + "title" : "La passion, dit Max", + "permanent_location" : "JEU", + "withdrawn_on" : null, + "renewals" : 1, + "materials" : null, + "ean" : "9782844205261", + "place" : "[Paris]", + "new_status" : null, + "auto_renew" : 0, + "lastreneweddate" : "2014-06-10 00:00:00", + "cn_class" : null, + "location" : "JEU", + "uri" : null, + "auto_renew_error" : null, + "totalissues" : 1, + "note" : null, + "publicationyear" : "2007", + "branchcode" : "VITRE", + "paidfor" : null, + "seriestitle" : null, + "onloan" : null, + "pages" : "1 vol. (127 p.)", + "withdrawn" : 0, + "itemnotes" : null, + "issues" : 1, + "copynumber" : null, + "timestamp" : "2021-09-13 10:09:07", + "homebranch" : "VITRE", + "itemtype" : "LIVRE", + "itemstimestamp" : "2021-03-29 14:47:48", + "collectionvolume" : null, + "barcode" : "5360141800", + "restricted" : null, + "ccode" : null, + "notes" : null, + "part_name" : null, + "volumedesc" : null, + "noteseen" : null, + "booksellerid" : null, + "itemnumber" : 94997, + "size" : "16 cm", + "issn" : null, + "url" : null, + "itype" : "IMPJ", + "stocknumber" : null, + "enumchron" : null, + "biblioitemnumber" : 117859, + "serial" : null, + "issue_id" : 970893, + "issuedate" : "2014-05-10 11:58:00", + "unititle" : null, + "datecreated" : "2010-08-31", + "damaged_on" : null, + "editionstatement" : null, + "itemlost" : 0, + "collectionissn" : null, + "cn_sort" : "", + "publishercode" : "T. Magnier", + "itemcallnumber" : "JR-AND", + "cn_suffix" : null, + "editionresponsibility" : null, + "date_due" : "2014-07-08 23:59:00", + "volumedate" : null, + "notedate" : null, + "coded_location_qualifier" : null, + "datelastseen" : "2014-07-01", + "onsite_checkout" : 0, + "cn_source" : null, + "holdingbranch" : "VITRE", + "frameworkcode" : "LIV", + "isbn" : "9782844205261", + "notforloan" : 0, + "replacementprice" : "13.00", + "damaged" : 0, + "stack" : null + }, + { + "auto_renew_error" : null, + "totalissues" : 15, + "branchcode" : "VITRE", + "publicationyear" : "2009", + "note" : null, + "pages" : "23 p.", + "onloan" : null, + "paidfor" : null, + "seriestitle" : null, + "issues" : 16, + "homebranch" : "VITRE", + "copynumber" : null, + "timestamp" : "2021-04-03 01:10:09", + "itemnotes" : null, + "withdrawn" : 0, + "place" : null, + "ean" : null, + "renewals" : 2, + "withdrawn_on" : null, + "materials" : null, + "auto_renew" : 0, + "new_status" : null, + "lastreneweddate" : "2014-06-04 00:00:00", + "uri" : null, + "location" : "ARTS", + "cn_class" : null, + "cn_item" : null, + "volume" : null, + "dateaccessioned" : "2013-12-11", + "price" : null, + "biblionumber" : 157318, + "lccn" : null, + "author" : "Joachim Johow", + "medium" : "TI", + "permanent_location" : "ARTS", + "title" : "Mélodies irlandaises pour flûte à bec (soprano)", + "agerestriction" : null, + "replacementpricedate" : null, + "number" : null, + "issuestimestamp" : "2014-07-01 18:36:08", + "reserves" : null, + "returndate" : "2014-07-01 18:36:08", + "abstract" : null, + "collectiontitle" : null, + "borrowernumber" : 10455, + "datelastborrowed" : "2021-04-02", + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"j\">0</subfield>\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"t\">X700</subfield>\n </datafield>\n</record>\n\n</collection>", + "illus" : null, + "totalrenewals" : 11, + "itemlost_on" : null, + "subtitle" : null, + "part_number" : null, + "itemnotes_nonpublic" : null, + "copyrightdate" : null, + "coded_location_qualifier" : null, + "isbn" : "9789043131513", + "notforloan" : 0, + "holdingbranch" : "VITRE", + "frameworkcode" : "LIV", + "cn_source" : null, + "datelastseen" : "2021-05-07", + "onsite_checkout" : 0, + "stack" : null, + "damaged" : 0, + "replacementprice" : "18.80", + "editionstatement" : null, + "damaged_on" : null, + "datecreated" : "2013-12-11", + "cn_sort" : "", + "collectionissn" : null, + "itemlost" : 0, + "editionresponsibility" : null, + "itemcallnumber" : "788.3-JOH", + "cn_suffix" : null, + "publishercode" : "De Haske ; Hal Leonard", + "notedate" : null, + "volumedate" : null, + "date_due" : "2014-07-02 23:59:00", + "itype" : "IMP", + "url" : null, + "size" : "31 cm", + "issn" : null, + "serial" : null, + "enumchron" : null, + "biblioitemnumber" : 157318, + "stocknumber" : null, + "issue_id" : 971336, + "issuedate" : "2014-04-05 11:59:00", + "unititle" : null, + "itemstimestamp" : "2021-05-14 11:59:33", + "itemtype" : "LIVRE", + "collectionvolume" : null, + "booksellerid" : null, + "noteseen" : null, + "volumedesc" : null, + "part_name" : null, + "ccode" : null, + "restricted" : null, + "barcode" : "5360201161", + "notes" : null, + "itemnumber" : 150790 + }, + { + "title" : "Shame the Devil", + "agerestriction" : null, + "permanent_location" : "ARTS", + "medium" : "ES", + "author" : "Harrison Kennedy ; Mat King, guitare ; Keith Lindsay, piano ; Alec Fraser, basse", + "biblionumber" : 149743, + "lccn" : null, + "dateaccessioned" : "2012-03-15", + "volume" : null, + "price" : "24.16", + "cn_item" : null, + "copyrightdate" : null, + "subtitle" : null, + "part_number" : null, + "itemnotes_nonpublic" : null, + "itemlost_on" : null, + "totalrenewals" : 5, + "illus" : null, + "more_subfields_xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<collection\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\"\n xmlns=\"http://www.loc.gov/MARC21/slim\">\n\n<record>\n <leader> a </leader>\n <datafield tag=\"999\" ind1=\" \" ind2=\" \">\n <subfield code=\"q\">ADULTE</subfield>\n <subfield code=\"s\">CD-mail</subfield>\n <subfield code=\"t\">110</subfield>\n </datafield>\n</record>\n\n</collection>", + "borrowernumber" : 10455, + "datelastborrowed" : "2021-05-15", + "collectiontitle" : null, + "reserves" : null, + "issuestimestamp" : "2014-09-05 15:07:08", + "abstract" : null, + "returndate" : "2014-09-05 15:07:08", + "replacementpricedate" : null, + "number" : null, + "withdrawn" : 0, + "issues" : 39, + "timestamp" : "2021-05-16 01:10:08", + "homebranch" : "VITRE", + "copynumber" : null, + "itemnotes" : null, + "onloan" : null, + "paidfor" : null, + "seriestitle" : null, + "pages" : "1 CD", + "note" : null, + "branchcode" : "VITRE", + "publicationyear" : "2011", + "totalissues" : 23, + "auto_renew_error" : null, + "cn_class" : null, + "uri" : null, + "location" : "ARTS", + "lastreneweddate" : "2014-08-29 00:00:00", + "new_status" : null, + "auto_renew" : 0, + "ean" : null, + "renewals" : 1, + "withdrawn_on" : null, + "materials" : null, + "place" : null, + "unititle" : null, + "issuedate" : "2014-07-30 15:32:00", + "issue_id" : 1001538, + "enumchron" : null, + "biblioitemnumber" : 149743, + "stocknumber" : null, + "serial" : null, + "url" : null, + "size" : "12 cm", + "issn" : null, + "itype" : "CD", + "itemnumber" : 134501, + "part_name" : null, + "restricted" : null, + "notes" : null, + "ccode" : null, + "barcode" : "5360182683", + "booksellerid" : null, + "volumedesc" : null, + "noteseen" : null, + "collectionvolume" : null, + "itemtype" : "CD", + "itemstimestamp" : "2021-05-25 16:11:27", + "damaged" : 0, + "replacementprice" : "24.16", + "stack" : null, + "datelastseen" : "2021-05-25", + "onsite_checkout" : 0, + "notforloan" : 0, + "isbn" : null, + "frameworkcode" : "CD A", + "cn_source" : null, + "holdingbranch" : "VITRE", + "coded_location_qualifier" : null, + "notedate" : null, + "volumedate" : null, + "date_due" : "2014-09-19 23:59:00", + "cn_suffix" : null, + "itemcallnumber" : "110-KEN", + "publishercode" : "Socadisc", + "editionresponsibility" : null, + "itemlost" : 0, + "collectionissn" : null, + "cn_sort" : "", + "damaged_on" : null, + "datecreated" : "2012-03-15", + "editionstatement" : null + } +]'; + + } + + public static function xmlLookupPatronJeanAndre() { return '<?xml version="1.0" encoding="UTF-8" ?> <LookupPatron> diff --git a/tests/scenarios/Templates/TemplatesAbonneTest.php b/tests/scenarios/Templates/TemplatesAbonneTest.php index c11815f1037f65c754425caadab72cb1f8e6c5cf..d28a715c678f02cbaf73fbc5bda0d3cd45122fbe 100644 --- a/tests/scenarios/Templates/TemplatesAbonneTest.php +++ b/tests/scenarios/Templates/TemplatesAbonneTest.php @@ -1437,11 +1437,10 @@ class TemplatesAbonneJumbotronLoansTest extends TemplatesIntonationAccountTestCa require_once __DIR__ . '/../../fixtures/KohaFixtures.php'; -class TemplatesAbonneKohaAjaxLoansTest extends AbstractControllerTestCase { +abstract class TemplatesAbonneKohaAjaxLoansTestCase extends AbstractControllerTestCase { protected $_storm_default_to_volatile = true; - public function setUp() { parent::setUp(); @@ -1498,12 +1497,10 @@ class TemplatesAbonneKohaAjaxLoansTest extends AbstractControllerTestCase { ->with('http://plage.com/cgi-bin/koha/ilsdi.pl?service=GetPatronInfo&patron_id=572&show_contact=0&show_loans=1&show_holds=0') ->answers(KohaFixtures::xmlGetPatronInfoLaureLoans()) - ->whenCalled('open_url') - ->with('http://plage.com/cgi-bin/koha/rest.pl/user/byid/572/issues_history') - ->answers(KohaFixtures::xmlGetPatronLaureIssuesHistoryError()) - ->beStrict(); + $this->_prepareResponse(); + $this->dispatch('/opac/abonne/ajax-loans/id/3'); } @@ -1513,6 +1510,22 @@ class TemplatesAbonneKohaAjaxLoansTest extends AbstractControllerTestCase { Class_WebService_SIGB_AbstractService::setLogger(null); parent::tearDown(); } +} + + + + +class TemplatesAbonneKohaAjaxLoansTest extends TemplatesAbonneKohaAjaxLoansTestCase { + + protected $_storm_default_to_volatile = true; + + + public function _prepareResponse() { + $this->mock_web_client + ->whenCalled('open_url') + ->with('http://plage.com/cgi-bin/koha/rest.pl/user/byid/572/issues_history') + ->answers(KohaFixtures::xmlGetPatronLaureIssuesHistoryError()); + } /** @test */ @@ -1524,6 +1537,67 @@ class TemplatesAbonneKohaAjaxLoansTest extends AbstractControllerTestCase { +class TemplatesAbonneKohaAjaxLoansHistoryMoreThan20Test extends TemplatesAbonneKohaAjaxLoansTestCase { + + public function _prepareResponse() { + $this->mock_web_client + ->whenCalled('open_url') + ->with('http://plage.com/cgi-bin/koha/rest.pl/user/byid/572/issues_history') + ->answers(KohaFixtures::jsonGetPatronLaureIssueHistoryMoreThan20()); + } + + + /** @test */ + public function renderedlistShouldContains21Elements() { + $this->assertXPathContentContains('//span[@class="truncate_list_size_number"]','21'); + } + + + /** @test */ + public function bodyShouldContainsIdAjaxPaginatedList() { + $this->assertXPath('//div[contains(@id,"ajax_paginated_list")]'); + } + + /** @test */ + public function renderedListShouldDisplay10Elements() { + $this->assertXPathCount('//div[contains(@class,"list-group")]//div[@class="card"]', 10); + } +} + + + + +class TemplatesAbonneKohaAjaxLoansHistoryFourItemsTest extends TemplatesAbonneKohaAjaxLoansTestCase { + + public function _prepareResponse() { + $this->mock_web_client + ->whenCalled('open_url') + ->with('http://plage.com/cgi-bin/koha/rest.pl/user/byid/572/issues_history') + ->answers(KohaFixtures::jsonGetPatronLaureIssueHistoryFourItems()); + } + + + /** @test */ + public function bodyShouldNotContainsIdAjaxPaginatedList() { + $this->assertNotXPath('//div[contains(@id,"ajax_paginated_list")]'); + } + + + /** @test */ + public function bodyShouldContainsCarousel() { + $this->assertXPath('//div[contains(@class,"carousel slide")]',$this->_response->getBody()); + } + + + /** @test */ + public function bodyShouldContainsFourCardsForLoans() { + $this->assertXPathCount('//div[contains(@class,"card card_template card_Intonation_Library_View_Wrapper_Loan")]',4); + } +} + + + + abstract class TemplatesAbonneCacheTestCase extends AbstractControllerTestCase {