Revision 3634aa28
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
892 | 892 |
} |
893 | 893 |
} |
894 | 894 |
|
895 |
my %simple_filter_table_prefix = ( |
|
896 |
description => 'p.', |
|
897 |
); |
|
898 |
|
|
895 | 899 |
foreach (@simple_filters, @makemodel_filters, @invoice_oi_filters) { |
896 | 900 |
next unless $form->{$_}; |
897 | 901 |
$form->{"l_$_"} = '1'; # show the column |
898 |
push @where_tokens, "$_ ILIKE ?"; |
|
902 |
push @where_tokens, "$simple_filter_table_prefix{$_}$_ ILIKE ?";
|
|
899 | 903 |
push @bind_vars, "%$form->{$_}%"; |
900 | 904 |
} |
901 | 905 |
|
Auch abrufbar als: Unified diff
SQL-Fehler "description is ambiguous"