exception handling processIt on InvoiceGenerate.java
This commit is contained in:
parent
8d88f65b66
commit
b8e800f1c0
|
@ -492,6 +492,8 @@ public class InvoiceGenerate extends SvrProcess
|
|||
{
|
||||
log.warning("completeInvoice - failed: " + m_invoice);
|
||||
addLog("completeInvoice - failed: " + m_invoice); // Elaine 2008/11/25
|
||||
throw new IllegalStateException("Invoice Process Failed: " + m_invoice + " - " + m_invoice.getProcessMsg());
|
||||
|
||||
}
|
||||
m_invoice.saveEx();
|
||||
|
||||
|
|
Loading…
Reference in New Issue