|
@@ -673,6 +673,8 @@ public class ReleaseProductByBatch implements Serializable {
|
|
|
if (!isAPerson) {
|
|
if (!isAPerson) {
|
|
|
if (PACKAGING_LIST.contains(packagingData)) {
|
|
if (PACKAGING_LIST.contains(packagingData)) {
|
|
|
setPackaging(packagingData);
|
|
setPackaging(packagingData);
|
|
|
|
|
+ } else {
|
|
|
|
|
+ setPackaging(PACKAGING_LIST.get(PACKAGING_LIST.size() - 1));
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
try {
|
|
try {
|