From 81c0ba233e342fb6b61bc8d125c0391e5e4a5ed8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2005 17:00:21 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Les=20pr=E9l=E8vements=20ont=20besoin=20?= =?UTF-8?q?du=20module=20facture=20mais=20pas=20n=E9cessairement=20de=20co?= =?UTF-8?q?mpta.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modPrelevement.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modPrelevement.class.php b/htdocs/includes/modules/modPrelevement.class.php index 67dae414d36..0ffa53862f5 100644 --- a/htdocs/includes/modules/modPrelevement.class.php +++ b/htdocs/includes/modules/modPrelevement.class.php @@ -69,7 +69,7 @@ class modPrelevement extends DolibarrModules $this->data_directory = $conf->prelevement->dir_output . "/bon"; // Dépendances - $this->depends = array("modComptabilite"); + $this->depends = array("modFacture"); $this->requiredby = array(); // Constantes