Parcourir la source

FIX Path to CommunDb

olivier.massot il y a 7 ans
Parent
commit
5b2f01ff52
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/pde.py

+ 1 - 1
core/pde.py

@@ -77,7 +77,7 @@ class WincanDb(ParcDb):
     _path = WINCAN_DB_PATH
 
 class CommunDb(ParcDb):
-    _path = FACTURES_DB_PATH
+    _path = COMMUN_DB_PATH
 
 class AnalytiqueDb(ParcDb):
     _path = ANALYTIQUE_DB_PATH