Better naming convention for column for revision 2210

This commit is contained in:
Carlos Ruiz 2007-04-25 23:27:37 +00:00
parent 26b4346053
commit 17126b8dd1
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class CalloutProductCategory extends CalloutEngine
rs.close(); rs.close();
stmt.close(); stmt.close();
if(hasLoop(newParentCategoryId, categories, productCategoryId)) { if(hasLoop(newParentCategoryId, categories, productCategoryId)) {
mTab.setValue("M_Product_Category_Parent_ID", oldValue); mTab.setValue(MProductCategory.COLUMNNAME_M_Product_Category_Parent_ID, oldValue);
setCalloutActive(false); setCalloutActive(false);
return "ProductCategoryLoopDetected"; return "ProductCategoryLoopDetected";