From c05163c9e9db2d2b2e7ccf0f12a2080ef474e743 Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Thu, 29 Aug 2013 16:18:24 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20affichage=20ISBN=20dans=20la=20not?= =?UTF-8?q?ice=20d=C3=A9taill=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/Class/Notice.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/Class/Notice.php b/library/Class/Notice.php index 17337e1e074..2732813fbd1 100644 --- a/library/Class/Notice.php +++ b/library/Class/Notice.php @@ -613,6 +613,7 @@ class Class_Notice extends Storm_Model_Abstract { case "R": $ret = $this->getResume(); break; case "8": $ret = $this->get856a(); break; case "N": $ret = $this->getAnnee(); break; + case "I": $ret = (new Class_Isbn($this->getIsbnOrEan()))->getAll()['isbn10']; break; } } -- GitLab