diff --git a/brewman/views/Management/rebase.py b/brewman/views/Management/rebase.py index d1ee56d4..961ecfe0 100644 --- a/brewman/views/Management/rebase.py +++ b/brewman/views/Management/rebase.py @@ -11,7 +11,7 @@ from brewman.models import DBSession from brewman.models.master import LedgerBase, CostCentre, Ledger, Employee from brewman.models.validation_exception import TryCatchFunction from brewman.models.voucher import Journal, Voucher, VoucherType, Batch, Inventory, SalaryDeduction, Fingerprint, \ - Attendance, DbImage + Attendance, DbImage, ServiceCharge __author__ = 'tanshu'