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
This commit is contained in:
Carlos Ruiz 2007-07-10 02:55:06 +00:00
parent c7df30f9ba
commit b5760b6cd6
1 changed files with 1 additions and 1 deletions

View File

@ -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();
//