Index: branches/5.0.x/install/upgrades.sql =================================================================== diff -u -r13221 -r13282 --- branches/5.0.x/install/upgrades.sql (.../upgrades.sql) (revision 13221) +++ branches/5.0.x/install/upgrades.sql (.../upgrades.sql) (revision 13282) @@ -121,4 +121,10 @@ # ===== v 5.0.2 ===== -# ===== v 5.0.3-B1 ===== \ No newline at end of file +# ===== v 5.0.3-B1 ===== +UPDATE Phrase +SET PhraseType = 1 +WHERE Phrase IN ( + 'la_ship_All_Together', 'la_ship_Backorders_Upon_Avail', 'la_ship_Backorder_Separately', + 'lu_ship_Shipment', 'lu_ship_ShippingType' +); \ No newline at end of file