details: https://code.openbravo.com/erp/devel/pi/rev/83facabed792
changeset: 16064:83facabed792
user: Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
date: Thu Apr 12 12:43:25 2012 +0200
summary: Fixed issue 20251: business partner callout problems have been solved
This problem was produced in the refactoring process of the callout. This has
been fixed by changing the wrong variable tld to the correct one l
diffstat:
src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 19148b0e53e6 -r 83facabed792
src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java
--- a/src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java Thu Apr
12 12:15:28 2012 +0200
+++ b/src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java Thu Apr
12 12:43:25 2012 +0200
@@ -202,7 +202,7 @@
throw new ServletException(ex);
}
- if (tld != null && tld.length > 0) {
+ if (l != null && l.length > 0) {
info.addSelect("inpinvoicerule");
for (int i = 0; i < l.length; i++) {
info.addSelectResult(l[i].getField("id"), l[i].getField("name"),
l[i].getField("id")
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits