fixed the brack of trunk Feature Request http://sourceforge.net/tracker/index.php?func=detail&aid=1733508&group_id=176962&atid=879335
This commit is contained in:
parent
d446128737
commit
772d56c9ba
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue