Skip to content
Snippets Groups Projects

Dev#35570 pique 74

Merged Laurent requested to merge dev#35570_pique_74 into WIP
Compare and
+ 234
138
Preferences
Compare changes
Files
@@ -123,11 +123,12 @@ class NoticeAjaxController extends Zend_Controller_Action {
$this->_sendResponseWithScripts($this->view->Notice_Exemplaires($exemplaires, $nb_notices_oeuvre, $display));
}
public function exemplairesAction() {
$nb_notices_oeuvre = Class_Notice::countBy(['clef_oeuvre' => $this->notice->getClefOeuvre(),
'id_notice not' => $this->id_notice]);
$this->renderExemplaires($this->id_notice, $nb_notices_oeuvre,'normal');
$this->renderExemplaires($this->id_notice, $nb_notices_oeuvre, 'normal');
}