|
@@ -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):
|