fix accountancy

This commit is contained in:
Florian HENRY 2016-02-02 11:02:58 +01:00
parent 22ce2872ac
commit 2887eb8c70

View File

@ -507,7 +507,6 @@ if ($action == 'export_csv') {
} }
} else { } else {
foreach ( $tabbq[$key] as $k => $mt ) { foreach ( $tabbq[$key] as $k => $mt ) {
if (1) {
print '"' . $date . '"' . $sep; print '"' . $date . '"' . $sep;
print '"' . $val["ref"] . '"' . $sep; print '"' . $val["ref"] . '"' . $sep;
print '"' . length_accountg($conf->global->ACCOUNTING_ACCOUNT_SUSPENSE) . '"' . $sep; print '"' . length_accountg($conf->global->ACCOUNTING_ACCOUNT_SUSPENSE) . '"' . $sep;
@ -519,7 +518,6 @@ if ($action == 'export_csv') {
} }
} }
} }
}
} else { } else {
$form = new Form($db); $form = new Form($db);