Bugs item #2427551,
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2427551&group_id=176962 Test result described in http://www.adempiere.com/wiki/index.php/POS_Cash_Functions#The_Cash_Journal
This commit is contained in:
parent
5c94be9747
commit
1ffd36e21e
|
@ -1674,7 +1674,6 @@ public class MInvoice extends X_C_Invoice implements DocAction
|
||||||
log.info(toString());
|
log.info(toString());
|
||||||
StringBuffer info = new StringBuffer();
|
StringBuffer info = new StringBuffer();
|
||||||
|
|
||||||
/*
|
|
||||||
// Create Cash
|
// Create Cash
|
||||||
if (PAYMENTRULE_Cash.equals(getPaymentRule()))
|
if (PAYMENTRULE_Cash.equals(getPaymentRule()))
|
||||||
{
|
{
|
||||||
|
@ -1716,7 +1715,6 @@ public class MInvoice extends X_C_Invoice implements DocAction
|
||||||
info.append("@C_Cash_ID@: " + cash.getName() + " #" + cl.getLine());
|
info.append("@C_Cash_ID@: " + cash.getName() + " #" + cl.getLine());
|
||||||
setC_CashLine_ID(cl.getC_CashLine_ID());
|
setC_CashLine_ID(cl.getC_CashLine_ID());
|
||||||
} // CashBook
|
} // CashBook
|
||||||
*/
|
|
||||||
|
|
||||||
// Update Order & Match
|
// Update Order & Match
|
||||||
int matchInv = 0;
|
int matchInv = 0;
|
||||||
|
|
Loading…
Reference in New Issue