}
if ($form->{accno}) {
- exit;
- # Diese Abfrage hatte schon 2005 keinen Sinn mehr, jedenfalls
- # nicht über FiBu -> Berichte (keine Eingabefeld für Suchkriterium vorhanden)
$glwhere .= " AND c.accno = '$form->{accno}'";
$arwhere .= " AND c.accno = '$form->{accno}'";
$apwhere .= " AND c.accno = '$form->{accno}'";
$department
<tr>
<th align=right>| . $locale->text('Description') . qq|</th>
- <td colspan=3><input name=description size=40></td>
+ <td><input name=description size=40></td>
+ <th align=right>| . $locale->text('Account Number') . qq|</th>
+ <td><input name=accno size=20></td>
</tr>
<tr>
<th align=right>| . $locale->text('Notes') . qq|</th>