Skip to content
Snippets Groups Projects
Commit 8704bcc7 authored by Henri-Damien LAURENT's avatar Henri-Damien LAURENT
Browse files

Merge branch 'hotline#117608_plus_d_exemplaires_sur_les_sites_en_bootstrap' into 'hotline'

hotline #117608 Templates : fix loading of same work items if no record exists

See merge request !3640
parents f608b9fc e65b7e34
Branches
Tags
2 merge requests!3646Hotline,!3640hotline #117608 Templates : fix loading of same work items if no record exists
Pipeline #11125 canceled with stage
in 31 minutes and 29 seconds
- ticket #117608 : Magasin de thèmes : correction de l'affichage des exemplaires de la même oeuvre
\ No newline at end of file
......@@ -77,6 +77,9 @@ class Intonation_Library_Record_Items {
protected function _findItems() {
if (empty($this->_records))
return [];
$session = Zend_Registry::get('session');
$cond = ['id_notice' => $this->_getRecordIds(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment