diff --git a/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.js b/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.js index 72236edf2..ae5ca3d7a 100644 --- a/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.js +++ b/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.js @@ -316,7 +316,7 @@ ReconStandardServicePanel.prototype.start = function() { type: (type) ? { id: type.id, name: type.name } : null, autoMatch: this._elmts.automatchCheck[0].checked, columnDetails: columnDetails, - limit: this._elmts.maxCandidates[0].value + limit: parseInt(this._elmts.maxCandidates[0].value) || 0 }) }, { cellsChanged: true, columnStatsChanged: true }