fix: product module
This commit is contained in:
@@ -11,6 +11,7 @@ import { Transactions } from './entities/transactions.entity';
|
||||
import { CoaService } from './coa.service';
|
||||
import { ProductService } from '../product/product.service';
|
||||
import { ProductSubCategoriesService } from '../product/product-sub-categories.service';
|
||||
import { ProductModule } from '../product/product.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -21,7 +22,7 @@ import { ProductSubCategoriesService } from '../product/product-sub-categories.s
|
||||
TransactionJournal,
|
||||
Transactions,
|
||||
]),
|
||||
ProductService,
|
||||
ProductModule,
|
||||
],
|
||||
controllers: [TransactionController, PpobCallbackController],
|
||||
providers: [TransactionService, CoaService],
|
||||
|
||||
Reference in New Issue
Block a user