summaryrefslogtreecommitdiff
path: root/LedgerSMB/IC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/IC.pm')
-rwxr-xr-xLedgerSMB/IC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/IC.pm b/LedgerSMB/IC.pm
index 35614446..090391dc 100755
--- 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";
}