Correction tribunaux
This commit is contained in:
parent
96548b180b
commit
ea1a1ff861
@ -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 {
|
||||
|
@ -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 {
|
||||
|
1772
library/Metier/Table/BodaccTribunaux.php
Normal file
1772
library/Metier/Table/BodaccTribunaux.php
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user