This commit is contained in:
vpj-cd 2007-06-08 17:28:58 +00:00
parent d446128737
commit 772d56c9ba
1 changed files with 0 additions and 3 deletions

View File

@ -1058,9 +1058,6 @@ public class VPayment extends CDialog
invoice.setC_CashLine_ID(cl.getC_CashLine_ID());
invoice.save();
}
if(order == null && C_Order_ID != 0)
}
if (order == null && C_Order_ID != 0)
{
order = new MOrder (Env.getCtx(), C_Order_ID, null);