Si le numro de chque est inconnu, ne l'affiche pas plutot que la valeur "0".
This commit is contained in:
parent
4a37932143
commit
355803941c
@ -158,7 +158,7 @@ if ($result)
|
||||
}
|
||||
|
||||
print "</tr>";
|
||||
print "<tr $bc[$var]><td> </td><td>".$objp->fk_type." ".$objp->num_chq." </td><td colspan=\"6\">";
|
||||
print "<tr $bc[$var]><td> </td><td>".$objp->fk_type.($objp->num_chq?" ".$objp->num_chq:"")."</td><td colspan=\"6\">";
|
||||
print "<select name=\"cat1\">$options";
|
||||
|
||||
print "</select>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user