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:
b3e5887
)
Offene Forderungen/Verbindlichkeiten: bei Textfeldern führende/anhängende Whitespaces...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 7 Apr 2016 11:17:38 +0000
(13:17 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 7 Apr 2016 11:30:08 +0000
(13:30 +0200)
SL/RP.pm
patch
|
blob
|
history
diff --git
a/SL/RP.pm
b/SL/RP.pm
index
1875e0c
..
8fd73f2
100644
(file)
--- a/
SL/RP.pm
+++ b/
SL/RP.pm
@@
-1263,7
+1263,7
@@
sub aging {
if ($form->{$ct_id}) {
$where .= qq| AND (ct.id = | . conv_i($form->{$ct_id}) . qq|)|;
} elsif ($form->{ $form->{ct} }) {
- $where .= qq| AND (ct.name ILIKE | . $dbh->quote(
'%' . $form->{$ct} . '%'
) . qq|)|;
+ $where .= qq| AND (ct.name ILIKE | . $dbh->quote(
$::form->like($form->{$ct})
) . qq|)|;
}
my $dpt_join;