Merge branch 'develop' into 'master'

Develop into master : header path

See merge request !2
This commit is contained in:
potier 2017-04-11 08:46:47 +00:00
commit c130f972ac
6 changed files with 12 additions and 5 deletions

2
bin/library-cache.php Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../application/bin.bootstrap.php';
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
// --- Options
$displayUsage = false;

2
bin/library-log.php Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../application/bin.bootstrap.php';
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
// --- Options
$displayUsage = false;

2
bin/library-ratios.php Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../application/bin.bootstrap.php';
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
error_reporting(E_ALL & ~E_NOTICE);

2
bin/library-ratiosload.php Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../application/bin.bootstrap.php';
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
try {
$opts = new Zend_Console_Getopt(

2
bin/library-sfr.php Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../application/bin.bootstrap.php';
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
// --- Options
$displayUsage = false;

View File

@ -2653,4 +2653,11 @@ return array(
'Version' => 16,
'LienEtab' => 0,
),
'3250' => array(
'libEven' => "Depots des comptes annuels confidentiel",
'Bodacc_Code' => "BODC",
'Rubrique' => "comptes",
'Version' => 18,
'LienEtab' => 0,
),
);