This commit is contained in:
Camilo Sarmiento 2020-08-05 17:04:12 -05:00
parent 0fcef7de1f
commit ac8dc3932f

View file

@ -1896,7 +1896,6 @@ class PayrollExportReport(Report):
@classmethod
def __setup__(cls):
super(PayrollExportReport, cls).__setup__()
table = cls.__table__()
cls._error_messages.update({
'error_report': ('Error %s !'),
}