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()); 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()))
{ {
// Modifications for POSterita // Modifications for POSterita
@ -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;