Skip to content
Snippets Groups Projects
Commit 5cbbd99a authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Handling obsolete crop-pest relations

parent c3d51590
No related branches found
No related tags found
No related merge requests found
......@@ -520,13 +520,8 @@
});
}
jsonPest = {"pestId": jsonDetailPest.organismId, "pestName": pestName};
lstPests.push(jsonPest);
}
else {
jsonPest = {"pestId": pestId, "pestName": 'Not Available -- ' + pestId};
}
lstPests.push(jsonPest);
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment