Intégration de l'icône delete dans la suppression des paiements
This commit is contained in:
parent
bd9cc55f48
commit
11233e1673
@ -795,7 +795,7 @@ else
|
|||||||
print '<td align="right">'.price($objp->amount)."</TD><td>$_MONNAIE</td>\n";
|
print '<td align="right">'.price($objp->amount)."</TD><td>$_MONNAIE</td>\n";
|
||||||
if (! $fac->paye && $user->rights->facture->paiement)
|
if (! $fac->paye && $user->rights->facture->paiement)
|
||||||
{
|
{
|
||||||
print '<td><a href="facture.php?facid='.$fac->id.'&action=del_paiement&paiementid='.$objp->rowid.'">Del</a>';
|
print '<td><a href="facture.php?facid='.$fac->id.'&action=del_paiement&paiementid='.$objp->rowid.'">'.img_delete().'</a>';
|
||||||
}
|
}
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
$total = $total + $objp->amount;
|
$total = $total + $objp->amount;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user