Merge branch 'develop' into 'master'
Develop into master : header path See merge request !2
This commit is contained in:
commit
c130f972ac
2
bin/library-cache.php
Normal file → Executable file
2
bin/library-cache.php
Normal file → Executable 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
2
bin/library-log.php
Normal file → Executable 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
2
bin/library-ratios.php
Normal file → Executable 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
2
bin/library-ratiosload.php
Normal file → Executable 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
2
bin/library-sfr.php
Normal file → Executable file
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/../application/bin.bootstrap.php';
|
||||
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
|
||||
|
||||
// --- Options
|
||||
$displayUsage = false;
|
||||
|
@ -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,
|
||||
),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user