This commit is contained in:
sriramv 2021-08-25 18:36:57 +05:30
parent 809a6beb1d
commit c1f4cd2268

View File

@ -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} ,