Suppression des francs
This commit is contained in:
parent
8a9ab36fa3
commit
9752c7ae7c
@ -84,8 +84,8 @@ function propals ($db, $year, $month) {
|
|||||||
}
|
}
|
||||||
print "<tr><td align=\"right\" colspan=\"4\">Total : <b>".price($subtotal)."</b></td>\n";
|
print "<tr><td align=\"right\" colspan=\"4\">Total : <b>".price($subtotal)."</b></td>\n";
|
||||||
print "<td align=\"left\">Euros HT</td></tr>\n";
|
print "<td align=\"left\">Euros HT</td></tr>\n";
|
||||||
print "<tr><td colspan=\"2\" align=\"right\"><b>Total ~ ".francs($total) ." FF HT</b></td>";
|
print "<tr>";
|
||||||
print "<td colspan=\"2\" align=\"right\"><b>Total : ".price($total)."</b></td>";
|
print "<td colspan=\"3\" align=\"right\"><b>Total : ".price($total)."</b></td>";
|
||||||
print "<td align=\"left\"><b>Euros HT</b></td></tr>";
|
print "<td align=\"left\"><b>Euros HT</b></td></tr>";
|
||||||
print "</TABLE>";
|
print "</TABLE>";
|
||||||
$db->free();
|
$db->free();
|
||||||
@ -147,8 +147,8 @@ function factures ($db, $year, $month, $paye) {
|
|||||||
|
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
print "<tr><td colspan=\"3\" align=\"right\"><b>Total ~ ".francs($total)." FF HT</b></td>";
|
print "<tr><td colspan=\"4\" align=\"right\">";
|
||||||
print "<td align=\"right\"><b>Total : ".price($total)."</b></td><td></td></tr>";
|
print "<b>Total : ".price($total)."</b></td><td></td></tr>";
|
||||||
print "</TABLE>";
|
print "</TABLE>";
|
||||||
$db->free();
|
$db->free();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user