Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r14417 -r14450 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14417) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14450) @@ -213,4 +213,9 @@ # ===== v 5.1.3-B1 ===== ALTER TABLE AffiliatePlansBrackets CHANGE Percent Percent DECIMAL (10,2) NOT NULL DEFAULT '0.00'; -# ===== v 5.1.3-B2 ===== \ No newline at end of file +# ===== v 5.1.3-B2 ===== + +# ===== v 5.1.3-RC1 ===== +UPDATE ConfigurationValues +SET VariableValue = 'in-commerce/products/product_detail' +WHERE VariableName = 'p_ItemTemplate' AND VariableValue = 'in-commerce/designs/detail'; \ No newline at end of file