Revision fa266e3d
Von Jan Büren vor etwa 14 Jahren hinzugefügt
SL/GL.pm | ||
---|---|---|
268 | 268 |
} |
269 | 269 |
|
270 | 270 |
if ($form->{accno}) { |
271 |
exit; |
|
272 |
# Diese Abfrage hatte schon 2005 keinen Sinn mehr, jedenfalls |
|
273 |
# nicht über FiBu -> Berichte (keine Eingabefeld für Suchkriterium vorhanden) |
|
274 | 271 |
$glwhere .= " AND c.accno = '$form->{accno}'"; |
275 | 272 |
$arwhere .= " AND c.accno = '$form->{accno}'"; |
276 | 273 |
$apwhere .= " AND c.accno = '$form->{accno}'"; |
bin/mozilla/gl.pl | ||
---|---|---|
314 | 314 |
$department |
315 | 315 |
<tr> |
316 | 316 |
<th align=right>| . $locale->text('Description') . qq|</th> |
317 |
<td colspan=3><input name=description size=40></td> |
|
317 |
<td><input name=description size=40></td> |
|
318 |
<th align=right>| . $locale->text('Account Number') . qq|</th> |
|
319 |
<td><input name=accno size=20></td> |
|
318 | 320 |
</tr> |
319 | 321 |
<tr> |
320 | 322 |
<th align=right>| . $locale->text('Notes') . qq|</th> |
Auch abrufbar als: Unified diff
Warum nicht wieder das Buchungsjournal für einzelne Konten aktivieren? Ist doch alles seit 2005 im Backend dafür vorhanden ... FiBu -> Bericht um Suchfeld Kontonummer erweitert