Erreur de typo
This commit is contained in:
parent
be328dc221
commit
6fc7249f3b
@ -101,7 +101,7 @@ if ($action == 'create')
|
|||||||
$sumpayed = $db->result(0,0);
|
$sumpayed = $db->result(0,0);
|
||||||
$db->free();
|
$db->free();
|
||||||
}
|
}
|
||||||
print '<tr><td>Déjà payé</td><td colspan=\"2\"><b>'.price($sumpayed).'</b> euros TTC</td></tr>';
|
print '<tr><td>Déjà payé</td><td colspan="2"><b>'.price($sumpayed).'</b> euros TTC</td></tr>';
|
||||||
|
|
||||||
print "<tr class=\"liste_titre\"><td colspan=\"3\">Paiement</td>";
|
print "<tr class=\"liste_titre\"><td colspan=\"3\">Paiement</td>";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user