Fix: Forgot to import servicecharge in rebase

This commit is contained in:
Gogs 2016-09-25 03:18:38 +00:00
parent a58ab4b6f3
commit b90f1294b0

View File

@ -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'