Look: Modif esthtiques mineures
This commit is contained in:
parent
f59417dd53
commit
371f4b0301
@ -21,14 +21,13 @@
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/fourn/facture/paiement.php
|
||||
\ingroup fournisseur,facture
|
||||
\brief Paiements des factures fournisseurs
|
||||
\version $Revision$
|
||||
\file htdocs/fourn/facture/paiement.php
|
||||
\ingroup fournisseur,facture
|
||||
\brief Paiements des factures fournisseurs
|
||||
\version $Revision$
|
||||
*/
|
||||
|
||||
|
||||
@ -415,8 +414,7 @@ if (! $_GET['action'] && ! $_POST['action'])
|
||||
$objp = $db->fetch_object($resql);
|
||||
$var=!$var;
|
||||
print '<tr '.$bc[$var].'>';
|
||||
print '<td><a href="'.DOL_URL_ROOT.'/fourn/paiement/fiche.php?id='.$objp->rowid.'">'.img_object($langs->trans('ShowPayment'),'payment').'</a>';
|
||||
print ' <a href="'.DOL_URL_ROOT.'/fourn/paiement/fiche.php?id='.$objp->rowid.'">'.$objp->rowid.'</a></td>';
|
||||
print '<td><a href="'.DOL_URL_ROOT.'/fourn/paiement/fiche.php?id='.$objp->rowid.'">'.img_object($langs->trans('ShowPayment'),'payment').' '.$objp->rowid.'</a></td>';
|
||||
print '<td><a href="'.DOL_URL_ROOT.'/fourn/facture/fiche.php?facid='.$objp->facid.'">'.img_object($langs->trans('ShowBill'),'bill').' '.$objp->facnumber.'</a></td>';
|
||||
print '<td>'.$objp->nom.'</td>';
|
||||
print '<td>'.dolibarr_print_date($objp->dp)."</td>\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user