commit
2f30381cde
@ -2,6 +2,7 @@
|
|||||||
/* Copyright (C) 2013-2014 Olivier Geffroy <jeff@jeffinfo.com>
|
/* Copyright (C) 2013-2014 Olivier Geffroy <jeff@jeffinfo.com>
|
||||||
* Copyright (C) 2013-2017 Alexandre Spangaro <aspangaro@zendsi.com>
|
* Copyright (C) 2013-2017 Alexandre Spangaro <aspangaro@zendsi.com>
|
||||||
* Copyright (C) 2014 Florian Henry <florian.henry@open-concept.pro>
|
* Copyright (C) 2014 Florian Henry <florian.henry@open-concept.pro>
|
||||||
|
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -71,10 +72,10 @@ if ($_POST["action"] == 'import') {
|
|||||||
|
|
||||||
$accounting = new AccountingAccount($db);
|
$accounting = new AccountingAccount($db);
|
||||||
|
|
||||||
$monLabel = GETPOST('label' . $maLigneCochee);
|
$monLabel = (string) GETPOST('label' . $maLigneCochee);
|
||||||
$monParentAccount = GETPOST('AccountParent' . $maLigneCochee);
|
$monParentAccount = (string) GETPOST('AccountParent' . $maLigneCochee);
|
||||||
$monType = GETPOST('pcgType' . $maLigneCochee);
|
$monType = (string) GETPOST('pcgType' . $maLigneCochee);
|
||||||
$monSubType = GETPOST('pcgSubType' . $maLigneCochee);
|
$monSubType = (string) GETPOST('pcgSubType' . $maLigneCochee);
|
||||||
|
|
||||||
$accounting->fk_pcg_version = $obj->pcg_version;
|
$accounting->fk_pcg_version = $obj->pcg_version;
|
||||||
$accounting->account_number = $maLigneCochee;
|
$accounting->account_number = $maLigneCochee;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user