details: https://code.openbravo.com/erp/devel/pi/rev/3dd42669b0a0 changeset: 16121:3dd42669b0a0 user: Sandra Huguet <sandra.huguet <at> openbravo.com> date: Thu Apr 12 13:39:58 2012 +0200 summary: Fixed bug 20215 Modify sl_invoice_glitem callout Modify sl_invoice_glitem callout for not to deletes the unit price and the list price when chage the account
details: https://code.openbravo.com/erp/devel/pi/rev/2aa6395e5450 changeset: 16122:2aa6395e5450 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Wed Apr 18 13:55:08 2012 +0200 summary: Issue 20215: updated copyright year diffstat: src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Glitem.java | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diffs (21 lines): diff -r f51f246210be -r 2aa6395e5450 src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Glitem.java --- a/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Glitem.java Mon Apr 16 09:53:45 2012 +0200 +++ b/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Glitem.java Wed Apr 18 13:55:08 2012 +0200 @@ -11,7 +11,7 @@ * under the License. * The Original Code is Openbravo ERP. * The Initial Developer of the Original Code is Openbravo SLU - * All portions are Copyright (C) 2010 Openbravo SLU + * All portions are Copyright (C) 2010-2012 Openbravo SLU * All Rights Reserved. * Contributor(s): ______________________________________. ************************************************************************ @@ -71,8 +71,6 @@ result.append("var calloutName='SL_Invoice_Glitem';\n\n"); result.append("var respuesta = new Array("); - result.append("new Array(\"inppricelist\", \"0\"),"); - result.append("new Array(\"inppriceactual\", \"0\"),"); SLInvoiceTaxData[] data = SLInvoiceTaxData.select(this, strCInvoiceID); if (data != null && data.length > 0) { String strCTaxID = Tax.get(this, null, data[0].dateinvoiced, strADOrgID, strWharehouse, ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
