details:   /erp/devel/pi/rev/bfd3a0e51157
changeset: 6718:bfd3a0e51157
user:      Adrián Romero <adrianromero <at> openbravo.com>
date:      Mon Mar 15 16:54:59 2010 +0100
summary:   Fixes issue 0012313: Price List Report Error

diffstat:

 src/org/openbravo/erpCommon/ad_reports/ReportPricelist.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 25159509714b -r bfd3a0e51157 
src/org/openbravo/erpCommon/ad_reports/ReportPricelist.java
--- a/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.java       Mon Mar 
15 15:30:08 2010 +0100
+++ b/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.java       Mon Mar 
15 16:54:59 2010 +0100
@@ -143,7 +143,7 @@
 
     try {
       ComboTableData comboTableData = new ComboTableData(vars, this, "LIST", 
"MProductId_IN",
-          "null", "", Utility.getContext(this, vars, "#AccessibleOrgTree", 
""), Utility.getContext(
+          "", "", Utility.getContext(this, vars, "#AccessibleOrgTree", ""), 
Utility.getContext(
               this, vars, "#User_Client", ""), 0);
       Utility.fillSQLParameters(this, vars, null, comboTableData, "", 
strmProductId);
       xmlDocument.setData("reportMProductId_IN", "liststructure", 
comboTableData.select(false));

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to