fixing: ppob
This commit is contained in:
@@ -10,10 +10,16 @@ import { CoaService } from './coa.service';
|
||||
import { ProductModule } from '../product/product.module';
|
||||
import { UsersModule } from 'src/users/users.module';
|
||||
import { ConfigurableModule } from '../configurable/configurable.module';
|
||||
import { CheckBillHistory } from './entities/check-bill-history.entity';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
TypeOrmModule.forFeature([COA, TransactionJournal, Transactions]),
|
||||
TypeOrmModule.forFeature([
|
||||
COA,
|
||||
TransactionJournal,
|
||||
Transactions,
|
||||
CheckBillHistory,
|
||||
]),
|
||||
ProductModule,
|
||||
ConfigurableModule,
|
||||
forwardRef(() => UsersModule),
|
||||
|
||||
Reference in New Issue
Block a user