Fix: phpcs ?
This commit is contained in:
parent
0e79bd5c74
commit
d92448a772
@ -176,7 +176,7 @@ $form->select_comptes($account_to,'account_to',0,'',1);
|
|||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
|
|
||||||
print "<td>";
|
print "<td>";
|
||||||
$form->select_date((! empty($dateo)?$dateo:''),'','','','','add');
|
$form->select_date((isset($dateo) ? $dateo : ''),'','','','','add');
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
print '<td><input name="label" class="flat" type="text" size="40" value="'.$label.'"></td>';
|
print '<td><input name="label" class="flat" type="text" size="40" value="'.$label.'"></td>';
|
||||||
print '<td><input name="amount" class="flat" type="text" size="8" value="'.$amount.'"></td>';
|
print '<td><input name="amount" class="flat" type="text" size="8" value="'.$amount.'"></td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user