Skip to content
Snippets Groups Projects
Commit 9ab9275e authored by Laurent's avatar Laurent
Browse files

hotline #77035 openings: do not display days on exceptional closure period

parent 81aed7a2
Branches
Tags
3 merge requests!3297WIP: Master,!2928Hotline,!2925hotline #77035 openings: do not display days on exceptional closure period
Pipeline #5608 passed with stage
in 32 minutes and 44 seconds
......@@ -103,7 +103,7 @@ class ZendAfi_View_Helper_LibraryOpenings extends ZendAfi_View_Helper_BaseHelper
}
if (!$label && $only_closures)
$label = 'Fermeture exceptionnelle';
$label = $this->_('Fermeture exceptionnelle');
return $this->_renderSection($callback($label),
$only_closures ? '' : $content );
......
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