Merge "Issue #1843: Ensure user-selected ETN makes it back into the final transmitted product." into development

Former-commit-id: cc991ed528 [formerly 6346ae61d0639325fa199db525f4e34402b39224]
Former-commit-id: 9e9dd04bfd
This commit is contained in:
Ron Anderson 2013-11-01 11:07:39 -05:00 committed by Gerrit Code Review
commit a15c620fc8

View file

@ -405,6 +405,8 @@ public class StoreTransmitDlg extends CaveSWTDialog implements
} else {
throw new VizException(msg, e);
}
} else {
serverResponse = responseContainer[0];
}
}