New: Add a message at end of migration process
This commit is contained in:
parent
29cc8b2fdc
commit
0f3c3d1236
@ -299,13 +299,13 @@ if (! GETPOST("action") || preg_match('/upgrade/i',GETPOST('action')))
|
||||
$beforeversionarray=explode('.','3.0.9');
|
||||
if (versioncompare($versiontoarray,$afterversionarray) >= 0 && versioncompare($versiontoarray,$beforeversionarray) <= 0)
|
||||
{
|
||||
//print $langs->trans("AlreadyDone");
|
||||
|
||||
// Reload modules
|
||||
migrate_reload_modules($db,$langs,$conf);
|
||||
|
||||
// Reload menus
|
||||
migrate_reload_menu($db,$langs,$conf,$versionto);
|
||||
|
||||
print $langs->trans("MigrationFinished");
|
||||
}
|
||||
|
||||
// On commit dans tous les cas.
|
||||
|
||||
@ -146,6 +146,7 @@ NextStepMightLastALongTime=Current step may last several minutes. Please wait un
|
||||
MigrationCustomerOrderShipping=Migrate shipping for customer orders storage
|
||||
MigrationShippingDelivery=Upgrade storage of shipping
|
||||
MigrationShippingDelivery2=Upgrade storage of shipping 2
|
||||
MigrationFinished=Migration finished
|
||||
|
||||
#########
|
||||
# upgrade
|
||||
|
||||
@ -147,6 +147,7 @@ NextStepMightLastALongTime=L'étape en cours peut durer quelques minutes. Merci
|
||||
MigrationCustomerOrderShipping=Mise à jour stockage des expéditions des commandes clients
|
||||
MigrationShippingDelivery=Mise à jour stockage des expéditions
|
||||
MigrationShippingDelivery2=Mise à jour stockage des expéditions 2
|
||||
MigrationFinished=Migration terminée
|
||||
|
||||
#########
|
||||
# upgrade
|
||||
|
||||
Loading…
Reference in New Issue
Block a user