Unable to Create Fixed Deposit and Recurring Deposit Products #3312 (#3392)

This commit is contained in:
habile-technologies 2021-05-20 00:02:12 +05:30 committed by GitHub
parent 57c6e7a8dd
commit 99d9595071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@
scope.addNewRow = function () {
var fromPeriod = '';
var amountRangeFrom = '';
var periodType = '';
var periodType = {};
var toPeriod = '';
var amountRangeTo = '';
if (_.isNull(scope.chart.chartSlabs) || _.isUndefined(scope.chart.chartSlabs)) {

View File

@ -197,7 +197,7 @@
scope.addNewRow = function () {
var fromPeriod = '';
var amountRangeFrom = '';
var periodType = '';
var periodType = {};
var toPeriod = '';
var amountRangeTo = '';
if (_.isNull(scope.chart.chartSlabs) || _.isUndefined(scope.chart.chartSlabs)) {