Philippe Le Brouster 9 years ago
parent
commit
877478fd7c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      himports/dolibarrAlchemyHledger.py

+ 1 - 2
himports/dolibarrAlchemyHledger.py

@@ -3,7 +3,6 @@ from __future__ import unicode_literals
 
 
 import settings
 import settings
 import datetime
 import datetime
-import decimal
 
 
 from himports.dolibarrAlchemy import *
 from himports.dolibarrAlchemy import *
 
 
@@ -527,7 +526,7 @@ class HledgerSocialEntry(HledgerEntry):
         return s
         return s
 
 
     def check(self):
     def check(self):
-        e = self.e
+        pass
 
 
 
 
 class HledgerDolibarrSQLAlchemy(DolibarrSQLAlchemy):
 class HledgerDolibarrSQLAlchemy(DolibarrSQLAlchemy):