summaryrefslogtreecommitdiff
path: root/LedgerSMB/IC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/IC.pm')
-rw-r--r--LedgerSMB/IC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/IC.pm b/LedgerSMB/IC.pm
index 671d7e35..ffb09939 100644
--- a/LedgerSMB/IC.pm
+++ b/LedgerSMB/IC.pm
@@ -1155,7 +1155,7 @@ sub all_parts {
if $form->{transdateto};
if ( $form->{description} ne "" ) {
- $var = dbh->quote( $form->like( lc $form->{description} ) );
+ $var = $dbh->quote( $form->like( lc $form->{description} ) );
$invwhere .= " AND lower(i.description) LIKE $var";
}