/[dolibarr]/dolibarr/htdocs/install/upgrade2.php
ViewVC logotype

Diff of /dolibarr/htdocs/install/upgrade2.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by eldy, Sun Oct 30 01:07:01 2005 UTC revision 1.3 by eldy, Fri Nov 4 01:26:18 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* Copyright (C) 2005      Marc Barilley / Océbo <marc@ocebo.com>  /* Copyright (C) 2005      Marc Barilley / Océbo <marc@ocebo.com>
3     * Copyright (C) 2005      Laurent Destailleur   <eldy@users.sourceforge.net>
4   *   *
5   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
6   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 500  function migrate_paiementfourn_facturefo Line 501  function migrate_paiementfourn_facturefo
501                              print '<tr><td>fk_paiementfourn</td><td>fk_facturefourn</td><td>'.$langs->trans('Amount').'</td><td>&nbsp;</td></tr>';                              print '<tr><td>fk_paiementfourn</td><td>fk_facturefourn</td><td>'.$langs->trans('Amount').'</td><td>&nbsp;</td></tr>';
502                      }                      }
503                                            
504                                  print '<tr '.$tab[$var].'>';                                  print '<tr '.$bc[$var].'>';
505                                  print '<td>'.$select_obj->rowid.'</td><td>'.$select_obj->fk_facture_fourn.'</td><td>'.$select_obj->amount.'</td>';                                  print '<td>'.$select_obj->rowid.'</td><td>'.$select_obj->fk_facture_fourn.'</td><td>'.$select_obj->amount.'</td>';
506    
507                                          $insert_sql  = 'INSERT INTO '.MAIN_DB_PREFIX.'paiementfourn_facturefourn SET ';                                          $insert_sql  = 'INSERT INTO '.MAIN_DB_PREFIX.'paiementfourn_facturefourn SET ';
# Line 534  function migrate_paiementfourn_facturefo Line 535  function migrate_paiementfourn_facturefo
535          }          }
536          if (! $nb && ! $error)          if (! $nb && ! $error)
537          {          {
538                  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>';
539      }      }
540          if ($error)          if ($error)
541          {          {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26