Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r13100 -r13110 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13100) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13110) @@ -119,4 +119,7 @@ # ===== v 5.0.2-RC1 ===== -# ===== v 5.0.2 ===== \ No newline at end of file +# ===== v 5.0.2 ===== + +# ===== v 5.1.0-B1 ===== +UPDATE Modules SET Path = 'modules/in-commerce/' WHERE `Name` = 'In-Commerce'; \ No newline at end of file Index: branches/5.1.x/units/pricing/pricing_event_handler.php =================================================================== diff -u -N -r13100 -r13110 --- branches/5.1.x/units/pricing/pricing_event_handler.php (.../pricing_event_handler.php) (revision 13100) +++ branches/5.1.x/units/pricing/pricing_event_handler.php (.../pricing_event_handler.php) (revision 13110) @@ -1,6 +1,6 @@