diff --git a/htdocs/compta/paiement.php3 b/htdocs/compta/paiement.php3 index ed65bdad973..e5b03077ac1 100644 --- a/htdocs/compta/paiement.php3 +++ b/htdocs/compta/paiement.php3 @@ -77,153 +77,154 @@ if ($action == 'create') $sql .= " AND f.rowid = $facid"; $result = $db->query($sql); - if ($result) { - $num = $db->num_rows(); - if ($num) { - $obj = $db->fetch_object( 0); - - $total = $obj->total; - - print_titre("Emettre un paiement"); - print '