projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce19982
)
Der Filter für Kontennummer im Buchungsjournal sollte seit 2005 nicht MEHR funktionie...
author
Jan Büren
<jan@lx-office-hosting.de>
Wed, 13 Oct 2010 10:19:45 +0000
(12:19 +0200)
committer
Jan Büren
<jan@lx-office-hosting.de>
Wed, 13 Oct 2010 10:19:45 +0000
(12:19 +0200)
SL/GL.pm
patch
|
blob
|
history
diff --git
a/SL/GL.pm
b/SL/GL.pm
index
320be1e
..
def0dc8
100644
(file)
--- a/
SL/GL.pm
+++ b/
SL/GL.pm
@@
-268,6
+268,9
@@
sub all_transactions {
}
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}'";