From 930957f1715ddfe3f1eaf2025c0b8aab68efcc88 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 6 Apr 2005 09:33:05 +0000 Subject: [PATCH] Modif info lors du rejet --- htdocs/compta/export/modules/compta.export.poivre.class.php | 6 ++++++ 1 file changed, 6 insertions(+) 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]));