mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX export FEC
This commit is contained in:
parent
383fc27618
commit
bbca5118b7
|
|
@ -882,7 +882,7 @@ class AccountancyExport
|
|||
print $date_document . $separator;
|
||||
|
||||
// FEC:CompteNum
|
||||
print $line->numero_compte . $separator;
|
||||
print length_accountg($line->numero_compte) . $separator;
|
||||
|
||||
// FEC:CompteLib
|
||||
print dol_string_unaccent($line->label_compte) . $separator;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user