Fix phpcs
This commit is contained in:
parent
35b021f203
commit
6e9cd819c1
@ -137,7 +137,7 @@ class ImportCsv extends ModeleImports
|
|||||||
*
|
*
|
||||||
* @param Translate $outputlangs Output language
|
* @param Translate $outputlangs Output language
|
||||||
* @param array $headerlinefields Array of fields name
|
* @param array $headerlinefields Array of fields name
|
||||||
* @return string
|
* @return string$limittoachartaccount
|
||||||
*/
|
*/
|
||||||
function write_title_example($outputlangs,$headerlinefields)
|
function write_title_example($outputlangs,$headerlinefields)
|
||||||
{
|
{
|
||||||
@ -444,7 +444,7 @@ class ImportCsv extends ModeleImports
|
|||||||
$classinstance=new $class($this->db);
|
$classinstance=new $class($this->db);
|
||||||
// Try the fetch from code or ref
|
// Try the fetch from code or ref
|
||||||
$param_array = array('', $newval);
|
$param_array = array('', $newval);
|
||||||
if ($class == 'AccountingAccount')
|
if ($class == 'AccountingAccount')
|
||||||
{
|
{
|
||||||
//var_dump($arrayrecord[0]['val']);
|
//var_dump($arrayrecord[0]['val']);
|
||||||
/*include_once DOL_DOCUMENT_ROOT.'/accountancy/class/accountancysystem.class.php';
|
/*include_once DOL_DOCUMENT_ROOT.'/accountancy/class/accountancysystem.class.php';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user