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:
bd8dfbe
)
Recommit von r1165 von sschoeling: Fix zu Bug374
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Nov 2006 16:36:13 +0000
(16:36 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Nov 2006 16:36:13 +0000
(16:36 +0000)
SL/LICENSES.pm
patch
|
blob
|
history
diff --git
a/SL/LICENSES.pm
b/SL/LICENSES.pm
index
25b4d66
..
ce1e799
100644
(file)
--- a/
SL/LICENSES.pm
+++ b/
SL/LICENSES.pm
@@
-127,7
+127,7
@@
sub search {
if ($form->{"customer_name"}) {
$f .= " AND " if ($f);
$f .=
- "(customer_id IN (SELECT id FROM customer WHERE name ILIKE "
+ "(
l.
customer_id IN (SELECT id FROM customer WHERE name ILIKE "
. $dbh->quote('%' . $form->{"customer_name"} . '%') . "))";
}