Correction tribunaux

This commit is contained in:
Michael RICOIS 2016-07-18 16:06:52 +02:00
parent 96548b180b
commit ea1a1ff861
4 changed files with 1774 additions and 2 deletions

View File

@ -526,7 +526,7 @@ class Metier_Bodacc_MBodacc
/** Initialisation du tableau privé des tribunaux **/
private function getTabTribunaux()
{
$cache = dirname(__FILE__) . '/../Table/Tribunaux.php';
$cache = dirname(__FILE__) . '/../Table/BodaccTribunaux.php';
if ( file_exists($cache) ) {
return include $cache;
} else {

View File

@ -240,7 +240,7 @@ class Metier_Partenaires_MRncs
*/
private function getTabTribunaux()
{
$cache = dirname(__FILE__) . '/../Table/Tribunaux.php';
$cache = dirname(__FILE__) . '/../Table/RncsTribunaux.php';
if ( file_exists($cache) ) {
return include $cache;
} else {

File diff suppressed because it is too large Load Diff