Skip to content
Snippets Groups Projects
Commit f8347b93 authored by Patrick Barroca's avatar Patrick Barroca
Browse files

rel #40411 : fix tests failures

parent 41aae6bf
Branches
Tags
3 merge requests!1659Master,!1636Dev#40411 story 6 pouvoir rechercher dans l annuaire demande fille,!1625Dev#40411 story 6 pouvoir rechercher dans l annuaire demande fille
......@@ -22,7 +22,7 @@
class ZendAfi_View_Helper_Filters_Element_Territory extends ZendAfi_View_Helper_Filters_Element {
public function __construct($custom_field_id = null) {
$this->_custom_field_id = Class_Bib::FILTER_TERRITORY;
$this->_custom_field_id = Class_Systeme_ModulesAccueil_Library::FILTER_TERRITORY;
}
......
......@@ -21,7 +21,7 @@
class ZendAfi_View_Helper_Filters_Element_Town extends ZendAfi_View_Helper_Filters_Element {
public function __construct($custom_field_id = null) {
$this->_custom_field_id = Class_Bib::FILTER_TOWN;
$this->_custom_field_id = Class_Systeme_ModulesAccueil_Library::FILTER_TOWN;
}
......
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