diff --git a/htdocs/compta/export/modules/compta.export.poivre.class.php b/htdocs/compta/export/modules/compta.export.poivre.class.php index 25c8ba0c1ae..9785aa7eec0 100644 --- a/htdocs/compta/export/modules/compta.export.poivre.class.php +++ b/htdocs/compta/export/modules/compta.export.poivre.class.php @@ -259,6 +259,12 @@ class ComptaExportPoivre { $debit = "C"; $credit = "D"; + + if ($linep[$i][6] == 'Prélèvement') + { + $linep[$i][6] = 'Rejet Prelevement'; + } + } $page->write_string($j,0, strftime("%d%m%y",$linep[$i][0]));