Project:
View Revisions: Issue #27363 | [ Back to Issue ] | ||
Summary | 0027363: It exists a case where the currency is not set to business partners and can create big problems | ||
Revision | 2014-08-18 20:41 by jecharri | ||
Description | It exists a case where the currency is not set to business partners and can create big problems because it is impossible to create payment in or payment out because the JAVA is trying to get the currency. file modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java line String toCurrency = businessPartner.getCurrency().getId(); |
||
Revision | 2014-08-18 20:34 by jecharri | ||
Description | Sometimes the currency is not set to business partners and can create big problems because it is impossible to create payment in or payment out because the JAVA is trying to get the currency. file modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java line String toCurrency = businessPartner.getCurrency().getId(); |
Copyright © 2000 - 2009 MantisBT Group |