Fix mineur typo sur install
This commit is contained in:
parent
09c4f7bb93
commit
971e4b04ec
@ -1,5 +1,6 @@
|
||||
<?php
|
||||
/* Copyright (C) 2005 Marc Barilley / Océbo <marc@ocebo.com>
|
||||
* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -500,7 +501,7 @@ function migrate_paiementfourn_facturefourn($db,$langs,$conf)
|
||||
print '<tr><td>fk_paiementfourn</td><td>fk_facturefourn</td><td>'.$langs->trans('Amount').'</td><td> </td></tr>';
|
||||
}
|
||||
|
||||
print '<tr '.$tab[$var].'>';
|
||||
print '<tr '.$bc[$var].'>';
|
||||
print '<td>'.$select_obj->rowid.'</td><td>'.$select_obj->fk_facture_fourn.'</td><td>'.$select_obj->amount.'</td>';
|
||||
|
||||
$insert_sql = 'INSERT INTO '.MAIN_DB_PREFIX.'paiementfourn_facturefourn SET ';
|
||||
@ -534,7 +535,7 @@ function migrate_paiementfourn_facturefourn($db,$langs,$conf)
|
||||
}
|
||||
if (! $nb && ! $error)
|
||||
{
|
||||
print '<tr><td colspan="3" nowrap="nowrap"><b>'.$langs->trans('SuppliersInvoices').'</b></td><td align="right">'.$langs->trans("Done").'</td></tr>';
|
||||
print '<tr><td colspan="3" nowrap="nowrap"><b>'.$langs->trans('SuppliersInvoices').'</b></td><td align="right">'.$langs->trans("AlreadyDone").'</td></tr>';
|
||||
}
|
||||
if ($error)
|
||||
{
|
||||
|
||||
@ -77,3 +77,4 @@ InstallNotAllowed=Setup not allowed by <b>conf.php</b> permissions
|
||||
NotAvailable=Not available
|
||||
YouMustCreateWithPermission=You must create file %s and set write permissions on it for web server during install process.
|
||||
CorrectProblemAndReloadPage=Correct problem and <a href="index.php">reload page</a> (Press F5 key).
|
||||
AlreadyDone=Already migrated
|
||||
@ -77,3 +77,4 @@ InstallNotAllowed=Installation non autoris
|
||||
NotAvailable=Non disponible
|
||||
YouMustCreateWithPermission=Vous devez créer un fichier %s et donner les droits d'écriture dans celui-ci au serveur web durant le processus d'installation.
|
||||
CorrectProblemAndReloadPage=Corrigez le problème et <a href="index.php">rechargez la page</a> (Touche F5).
|
||||
AlreadyDone=Déjà migré
|
||||
Loading…
Reference in New Issue
Block a user