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