dolibarr-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-cvs] dolibarr/htdocs/fourn/facture fiche.php


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr/htdocs/fourn/facture fiche.php
Date: Tue, 13 Jun 2006 12:47:48 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/13 12:47:48

Modified files:
        htdocs/fourn/facture: fiche.php 

Log message:
        bugfix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/fourn/facture/fiche.php?cvsroot=dolibarr&r1=1.100&r2=1.101

Patches:
Index: fiche.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/fourn/facture/fiche.php,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- fiche.php   13 Jun 2006 12:42:56 -0000      1.100
+++ fiche.php   13 Jun 2006 12:47:48 -0000      1.101
@@ -18,7 +18,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
- * $Id: fiche.php,v 1.100 2006/06/13 12:42:56 hregis Exp $
+ * $Id: fiche.php,v 1.101 2006/06/13 12:47:48 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/fourn/facture/fiche.php,v $
  */
 
@@ -26,7 +26,7 @@
        \file       htdocs/fourn/facture/fiche.php
        \ingroup    facture, fournisseur
        \brief      Page des la fiche facture fournisseur
-       \version    $Revision: 1.100 $
+       \version    $Revision: 1.101 $
 */
 
 require('./pre.inc.php');
@@ -466,7 +466,7 @@
                        print '<td 
align="right">'.$langs->trans('TotalHT').'</td>';
                        print '<td 
align="right">'.$langs->trans('VATRate').'</td>';
                        print '<td align="right">'.$langs->trans('VAT').'</td>';
-                       print '<td 
align="right">'.$langs->trans('TotalTTC').'</td><td>&nbsp;</td></tr>';
+                       print '<td align="right" 
colspan="2">'.$langs->trans('TotalTTC').'</td><td>&nbsp;</td></tr>';
                        for ($i = 0 ; $i < sizeof($fac->lignes) ; $i++)
                        {
                                $var=!$var;
@@ -534,7 +534,7 @@
                        $html->select_tva('tauxtva','',$societe,$mysoc);
                        print '</td><td align="center" colspan="2">';
                        print '&nbsp;';
-                       print '</td><td align="center"><input type="submit" 
class="button" value="'.$langs->trans('Add').'"></td></tr>';
+                       print '</td><td align="center" valign="middle" 
rowspan="2" colspan="5"><input type="submit" class="button" 
value="'.$langs->trans('Add').'"></td></tr>';
                        print '</form>';
 
             // Ajout de produits/services prédéfinis
@@ -807,5 +807,5 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/06/13 12:42:56 $ - $Revision: 1.100 $');
+llxFooter('$Date: 2006/06/13 12:47:48 $ - $Revision: 1.101 $');
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]