Update tax rate import path in taxrates.js to reflect schema renaming.
This commit is contained in:
parent
5a16890b7a
commit
db85735f9b
@ -1,5 +1,5 @@
|
||||
import config from '../../config.js';
|
||||
import { taxRateModel } from '../../database/schemas/management/taxrates.schema.js';
|
||||
import { taxRateModel } from '../../database/schemas/management/taxrate.schema.js';
|
||||
import log4js from 'log4js';
|
||||
import mongoose from 'mongoose';
|
||||
import {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user