From b5760b6cd6b489285fc2da38ef9da5cba8116d97 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 10 Jul 2007 02:55:06 +0000 Subject: [PATCH] Fix Bug [ 1748971 ] nullpointerexception generating price lists Accepted patch with modifications : [ 1748974 ] FIx bug 1748971 Create Price List process bug Thanks to Olaf Razzoli - olaf_razzoli --- base/src/org/compiere/process/M_PriceList_Create.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/src/org/compiere/process/M_PriceList_Create.java b/base/src/org/compiere/process/M_PriceList_Create.java index a758de4db9..e5d62dfa67 100644 --- a/base/src/org/compiere/process/M_PriceList_Create.java +++ b/base/src/org/compiere/process/M_PriceList_Create.java @@ -172,7 +172,7 @@ public class M_PriceList_Create extends SvrProcess { + " ORDER BY PriceList DESC"; PreparedStatement Cur_Vendors = null; - Cur_Duplicates = DB.prepareStatement(sql, get_TrxName()); + Cur_Vendors = DB.prepareStatement(sql, get_TrxName()); ResultSet Vend = Cur_Vendors.executeQuery(); //