Revision 83560c63
Von Bernd Blessmann vor mehr als 13 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
911 | 911 |
} |
912 | 912 |
} |
913 | 913 |
|
914 |
if ($form->{"partsgroup_id"}) { |
|
915 |
$form->{"l_partsgroup"} = '1'; # show the column |
|
916 |
push @where_tokens, "pg.id = ?"; |
|
917 |
push @bind_vars, $form->{"partsgroup_id"}; |
|
918 |
} |
|
919 |
|
|
914 | 920 |
foreach (@like_filters) { |
915 | 921 |
next unless $form->{$_}; |
916 | 922 |
$form->{"l_$_"} = '1'; # show the column |
Auch abrufbar als: Unified diff
Warengruppe als Dropdown bei Stammdaten/Berichte/Waren