dolibarr-cvs
[Top][All Lists]
Advanced

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

[Dolibarr-cvs] dolibarr/htdocs/compta facture.php


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr/htdocs/compta facture.php
Date: Tue, 20 Jun 2006 09:58:21 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/20 09:58:21

Modified files:
        htdocs/compta  : facture.php 

Log message:
        ajout possibilité de mettre une ref client

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/compta/facture.php?cvsroot=dolibarr&r1=1.335&r2=1.336

Patches:
Index: facture.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/compta/facture.php,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -b -r1.335 -r1.336
--- facture.php 20 Jun 2006 09:56:54 -0000      1.335
+++ facture.php 20 Jun 2006 09:58:21 -0000      1.336
@@ -20,7 +20,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: facture.php,v 1.335 2006/06/20 09:56:54 hregis Exp $
+ * $Id: facture.php,v 1.336 2006/06/20 09:58:21 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/compta/facture.php,v $
  */
 
@@ -28,7 +28,7 @@
                \file       htdocs/compta/facture.php
                \ingroup    facture
                \brief      Page de création d'une facture
-               \version    $Revision: 1.335 $
+               \version    $Revision: 1.336 $
 */
 
 require('./pre.inc.php');
@@ -1426,7 +1426,7 @@
                        print '<table class="nobordernopadding" 
width="100%"><tr><td nowrap="nowrap">';
                        print $langs->trans('RefCustomer').'</td><td 
align="left">';
                        print '</td>';
-                       if ($_GET['action'] != 'refcdeclient' && 
$fac->brouillon) print '<td align="right"><a 
href="'.$_SERVER['PHP_SELF'].'?action=refcdeclient&amp;id='.$fac->id.'">'.img_edit($langs->trans('Edit')).'</a></td>';
+                       if ($_GET['action'] != 'refcdeclient' && 
$fac->brouillon) print '<td align="right"><a 
href="'.$_SERVER['PHP_SELF'].'?action=refcdeclient&amp;facid='.$fac->id.'">'.img_edit($langs->trans('Edit')).'</a></td>';
                        print '</tr></table>';
                        print '</td><td colspan="3">';
                        if ($user->rights->facture->creer && $_GET['action'] == 
'refcdeclient')
@@ -2618,5 +2618,5 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/06/20 09:56:54 $ - $Revision: 1.335 $');
+llxFooter('$Date: 2006/06/20 09:58:21 $ - $Revision: 1.336 $');
 ?>




reply via email to

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