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:
parent
c7df30f9ba
commit
b5760b6cd6
|
@ -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();
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue