Add document date instead of creation date when exporting FEC file

This commit is contained in:
Guillaume Matheron 2020-01-03 11:21:33 +01:00
parent 0e7f80724c
commit d13e1ddcdf

View File

@ -718,7 +718,7 @@ class AccountancyExport
print $line->piece_num.$separator;
// FEC:EcritureDate
print $date_creation.$separator;
print $date_doc.$separator;
// FEC:CompteNum
print $line->numero_compte.$separator;