diff --git a/app/code/community/BL/CustomGrid/Model/Grid/Rewriter/Abstract.php b/app/code/community/BL/CustomGrid/Model/Grid/Rewriter/Abstract.php index 61d9204..43bf14d 100644 --- a/app/code/community/BL/CustomGrid/Model/Grid/Rewriter/Abstract.php +++ b/app/code/community/BL/CustomGrid/Model/Grid/Rewriter/Abstract.php @@ -15,7 +15,7 @@ abstract class BL_CustomGrid_Model_Grid_Rewriter_Abstract extends BL_CustomGrid_Object { - const REWRITE_CODE_VERSION = 3; // bump this value when significant changes are made to the rewriting code + const REWRITE_CODE_VERSION = 4; // bump this value when significant changes are made to the rewriting code /** * Return the fixed base of the rewriting class names used by the extension