Skip to content
Snippets Groups Projects

explo new storm with more volatile

Merged Sebastien ANDRE requested to merge explo_new_storm into master
Compare and Show latest version
3 files
+ 3
3
Preferences
Compare changes
Files
3
@@ -60,7 +60,7 @@ class Class_Exemplaire_Shelf {
->eq('id_bib', $this->_item->getIdBib())
->eq('section', $this->_item->getSection())
->eq('emplacement', $this->_item->getEmplacement())
->eq_not('id_notice not', $this->_item->getIdNotice())
->eq_not('id_notice', $this->_item->getIdNotice())
->limit(12)
->group('id_notice')
->fetchAll();