diff --git a/application/modules/opac/controllers/AbonneController.php b/application/modules/opac/controllers/AbonneController.php
index 246ca25151f71f042bf38d0492a0446e2a0e3803..9ec3ebb5d239bad69673ceb97f704b86ce769ef3 100644
--- a/application/modules/opac/controllers/AbonneController.php
+++ b/application/modules/opac/controllers/AbonneController.php
@@ -145,6 +145,7 @@ class AbonneController extends ZendAfi_Controller_Action {
         ->setAvis($this->_request->getParam('avisTexte'))
         ->setNote($this->_request->getParam('avisNote'))
         ->setUser($this->_user)
+        ->setIdNotice($id_notice)
         ->setClefOeuvre($notice->getClefOeuvre())
         ->setStatut(0);