From 17126b8dd11d9d830ae06caa3448a15fd0bfa18c Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 25 Apr 2007 23:27:37 +0000 Subject: [PATCH] Better naming convention for column for revision 2210 --- base/src/org/compiere/model/CalloutProductCategory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/src/org/compiere/model/CalloutProductCategory.java b/base/src/org/compiere/model/CalloutProductCategory.java index 20b90d3a0e..fad787eb15 100644 --- a/base/src/org/compiere/model/CalloutProductCategory.java +++ b/base/src/org/compiere/model/CalloutProductCategory.java @@ -70,7 +70,7 @@ public class CalloutProductCategory extends CalloutEngine rs.close(); stmt.close(); 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); return "ProductCategoryLoopDetected";