Redhuan D. Oon 2008-12-17 01:32:02 +00:00
parent 5c94be9747
commit 1ffd36e21e
1 changed files with 2 additions and 4 deletions

View File

@ -1674,8 +1674,7 @@ public class MInvoice extends X_C_Invoice implements DocAction
log.info(toString());
StringBuffer info = new StringBuffer();
/*
// Create Cash
// Create Cash
if (PAYMENTRULE_Cash.equals(getPaymentRule()))
{
// Modifications for POSterita
@ -1716,8 +1715,7 @@ public class MInvoice extends X_C_Invoice implements DocAction
info.append("@C_Cash_ID@: " + cash.getName() + " #" + cl.getLine());
setC_CashLine_ID(cl.getC_CashLine_ID());
} // CashBook
*/
// Update Order & Match
int matchInv = 0;
int matchPO = 0;