mjudd 2007-03-06 23:44:29 +00:00
parent a8bd56f7b2
commit d445790efe
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ public class M_PriceList_Create extends SvrProcess {
// //
// Delete Old Data // Delete Old Data
// //
if (p_DeleteOld == "Y") { if (p_DeleteOld.equals("Y")) {
sqldel = "DELETE M_ProductPrice " sqldel = "DELETE M_ProductPrice "
+ " WHERE M_PriceList_Version_ID = " + " WHERE M_PriceList_Version_ID = "
+ p_PriceList_Version_ID; + p_PriceList_Version_ID;