Skip to content

Commit

Permalink
#1265 | fixing bug about put values to different tests in the same ac…
Browse files Browse the repository at this point in the history
…cession numbers in different tabs
  • Loading branch information
mario-areias committed Aug 23, 2013
1 parent 27997bd commit d587efe
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -117,7 +117,7 @@ protected ActionForward performAction(ActionMapping mapping, ActionForm form, Ht
Patient patient = getPatient();
resultsUtility.addIdentifingPatientInfo(patient, dynaForm);

List<TestResultItem> results = resultsUtility.getGroupedTestsForSample(sample);
List<TestResultItem> results = resultsUtility.getGroupedTestsForSample(sample);

if (resultsUtility.inventoryNeeded()) {
addInventory(dynaForm);
Expand All @@ -131,7 +131,6 @@ protected ActionForward performAction(ActionMapping mapping, ActionForm form, Ht
setEmptyResults(dynaForm);
}
} else {
PropertyUtils.setProperty(dynaForm, "testResult", new ArrayList<TestResultItem>());
PropertyUtils.setProperty(dynaForm, "searchFinished", Boolean.FALSE);
}
} else {
Expand Down

0 comments on commit d587efe

Please sign in to comment.