From 1b7aed2f7442af45988a993ec16a94c13128d9cc Mon Sep 17 00:00:00 2001
From: Rodolphe Quiedeville <rodolphe@quiedeville.org>
Date: Thu, 2 Feb 2006 09:55:56 +0000
Subject: [PATCH] Ajout motifs

---
 htdocs/compta/prelevement/rejet-prelevement.class.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/htdocs/compta/prelevement/rejet-prelevement.class.php b/htdocs/compta/prelevement/rejet-prelevement.class.php
index 2bdc69602ea..46beb947d15 100644
--- a/htdocs/compta/prelevement/rejet-prelevement.class.php
+++ b/htdocs/compta/prelevement/rejet-prelevement.class.php
@@ -57,7 +57,8 @@ class RejetPrelevement
     $this->motifs[4] = "Opposition sur compte";
     $this->motifs[5] = "RIB inexploitable";
     $this->motifs[6] = "Compte sold�";
-
+    $this->motifs[7] = "D�cision judiciaire";
+    $this->motifs[8] = "Autre motif";
   }
 
   function create($user, $id, $motif, $date_rejet, $bonid, $facturation=0)
-- 
GitLab