Skip to content

Commit

Permalink
Merge pull request #1369 from afup/infos_justificatif_export_csv
Browse files Browse the repository at this point in the history
export CSV du journal : on ajoute les infos de justificatif
  • Loading branch information
agallou authored Nov 30, 2023
2 parents 595e14d + 384b2a5 commit 8ed1404
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/pages/administration/compta_journal.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ function paybox_link($description)
'Crédit',
'Règlement',
'Commentaire',
'Justificatif',
'Nom justificatif'
];
fputcsv($fp, $columns, $csvDelimiter, $csvEnclosure);

Expand All @@ -329,6 +331,8 @@ function paybox_link($description)
$line['idoperation'] != 1 ? $total : '',
$line['reglement'],
$line['comment'],
$line['attachment_required'] ? 'Oui' : 'Non',
$line['attachment_filename']
],
$csvDelimiter,
$csvEnclosure
Expand Down

0 comments on commit 8ed1404

Please sign in to comment.