mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
refactor: inventory cost to nestjs
This commit is contained in:
@@ -2,7 +2,7 @@ import { Injectable } from "@nestjs/common";
|
||||
import { Knex } from "knex";
|
||||
import { InventoryAdjustment } from "../models/InventoryAdjustment";
|
||||
import { InventoryTransaction } from "@/modules/InventoryCost/models/InventoryTransaction";
|
||||
import { InventoryTransactionsService } from "@/modules/InventoryCost/InventoryTransactions.service";
|
||||
import { InventoryTransactionsService } from "@/modules/InventoryCost/commands/InventoryTransactions.service";
|
||||
|
||||
@Injectable()
|
||||
export class InventoryAdjustmentInventoryTransactions {
|
||||
|
||||
Reference in New Issue
Block a user