Skip to content

Commit

Permalink
v2.2.1 - fixed small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Mar 7, 2018
1 parent 2654f02 commit 84dcd08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion js/page_controllers/CtrlAdvancedSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ function processSearchResults(clientIndex, clientData, importSettings, action) {
* @returns - none
*/
function searchThroughResults(resultRows, client, action, importSettings, clientIndex) {
let matchSettings = importSettings.matchSettings,
searchSettings = importSettings.searchSettings;

// get client variables
let clientImportNames = getClientImportNames({
firstName: client['FIRST NAME'],
Expand Down Expand Up @@ -412,7 +415,6 @@ function searchThroughResults(resultRows, client, action, importSettings, client
}

// get matching settings from import settings
let matchSettings = importSettings.matchSettings;
let matchFirst = matchSettings.matchFirst,
matchLast = matchSettings.matchLast;

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "RIPS Extension - Auto Client Import",
"version": "2.2.0",
"version": "2.2.1",

"description": "RIPS Extension - Enables automatic client data import. Checks for existing client data before importing new client info.",

Expand Down

0 comments on commit 84dcd08

Please sign in to comment.