Skip to content

Commit

Permalink
FIX: FEC export have specific name
Browse files Browse the repository at this point in the history
  • Loading branch information
aspangaro committed Feb 1, 2020
1 parent a1b787b commit 0229cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/accountancy/tpl/export_journal.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
header('Content-Type: text/csv');


if ($conf->global->ACCOUNTING_EXPORT_MODELCSV == "11" && $type_export == "general_ledger") // Specific filename for FEC model export into the general ledger
if ($conf->global->ACCOUNTING_EXPORT_MODELCSV == "1000" && $type_export == "general_ledger") // Specific filename for FEC model export into the general ledger
{
// FEC format is defined here: https://www.legifrance.gouv.fr/affichCodeArticle.do?idArticle=LEGIARTI000027804775&cidTexte=LEGITEXT000006069583&dateTexte=20130802&oldAction=rechCodeArticle
if (empty($search_date_end))
Expand Down

0 comments on commit 0229cd3

Please sign in to comment.