Fixed minor error by zuhri
This commit is contained in:
parent
734515d90e
commit
900a01ab7c
|
@ -582,7 +582,6 @@ public class InOutGenerate extends SvrProcess
|
|||
log.warning("Failed: " + m_shipment);
|
||||
throw new IllegalStateException("Shipment Process Failed: " + m_shipment + " - " + m_shipment.getProcessMsg());
|
||||
|
||||
}
|
||||
}
|
||||
m_shipment.saveEx();
|
||||
//
|
||||
|
|
|
@ -182,8 +182,10 @@ public class OrderBatchProcess extends SvrProcess
|
|||
throw new IllegalStateException("Order Process Failed: " + order + " - " + order.getProcessMsg());
|
||||
|
||||
}
|
||||
addLog (0, null, null, order.getDocumentNo() + ": Error " + order.getProcessMsg());
|
||||
return false;
|
||||
// commented by zuhri - unreachable code
|
||||
//addLog (0, null, null, order.getDocumentNo() + ": Error " + order.getProcessMsg());
|
||||
//return false;
|
||||
// end commented out by zuhri
|
||||
} // process
|
||||
|
||||
} // OrderBatchProcess
|
||||
|
|
Loading…
Reference in New Issue