merge
This commit is contained in:
parent
809a6beb1d
commit
c1f4cd2268
@ -2,7 +2,7 @@
|
||||
const { sequelize, Entities , Financials , Statementsmaster , Sectionsmaster , Subsectionsmaster , Brokenperiods } = require('../models')
|
||||
const { logMsg } = require('../services/logger.js');
|
||||
|
||||
// all master data list
|
||||
// all master data list for dropdown
|
||||
exports.MasterDatas = async (req, res) => {
|
||||
await Statementsmaster.findAll({
|
||||
where :{is_active : 1} ,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user