Skip to content

Commit

Permalink
Fix for repo sync weirdness close #816
Browse files Browse the repository at this point in the history
  • Loading branch information
wilpig committed Aug 29, 2016
1 parent f7fe624 commit 8080aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repository_sync_ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ function pulltoapi(row){
for(var key in arr_localmanf){
if(arr_localmanf[key] === row.data("globaldev").ManufacturerID){
row.data("globaldev").ManufacturerID=key;
// Prevent further matches
break;
}
}

Expand Down

0 comments on commit 8080aeb

Please sign in to comment.