*** empty log message ***
This commit is contained in:
parent
5d3f986ca3
commit
a6db49af64
@ -95,7 +95,7 @@ if ($bid == 0) {
|
||||
print "<b>Budget : $budget_name</b>";
|
||||
|
||||
print "<TABLE border=\"1\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";
|
||||
print "<TR bgcolor=\"orange\">";
|
||||
print "<TR class=\"liste_titre\">";
|
||||
echo '<td align="right">Date</td><td width="60%">Description</td><td align="right">Montant</td><td> </td>';
|
||||
print "</TR>\n";
|
||||
|
||||
|
||||
@ -131,8 +131,8 @@ $db = new Db();
|
||||
}
|
||||
$sql .= " ORDER BY b.dateo ASC";
|
||||
|
||||
$result = $db->query($sql);
|
||||
if ($result) {
|
||||
$result = $db->query($sql);
|
||||
if ($result) {
|
||||
$var=True;
|
||||
$num = $db->num_rows();
|
||||
$i = 0; $total = 0;
|
||||
@ -148,7 +148,6 @@ $db = new Db();
|
||||
|
||||
$var=!$var;
|
||||
|
||||
|
||||
print "<tr $bc[$var]>";
|
||||
print "<td>".strftime("%d %b %y",$objp->do)."</TD>\n";
|
||||
|
||||
@ -171,9 +170,9 @@ $db = new Db();
|
||||
}
|
||||
|
||||
if ($objp->rappro) {
|
||||
print "<td align=\"center\"><a href=\"releve.php3?num=$objp->num_releve&account=$account\">$objp->num_releve</a></td>";
|
||||
print "<td align=\"center\"><a href=\"releve.php3?num=$objp->num_releve&account=$objp->fk_account\">$objp->num_releve</a></td>";
|
||||
} else {
|
||||
print "<td align=\"center\"><a href=\"$PHP_SELF?action=del&rowid=$objp->rowid&account=$account\">[Del]</a></td>";
|
||||
print "<td align=\"center\"><a href=\"$PHP_SELF?action=del&rowid=$objp->rowid&account=$objp->fk_account\">[Del]</a></td>";
|
||||
}
|
||||
|
||||
print "<td align=\"right\"><small>".$objp->fk_account."</small></TD>\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user