Revision 0cf83814
Von Sven Schöling vor mehr als 16 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
730 | 730 |
# short - NOT IMPLEMENTED as form filter, only as itemstatus option |
731 | 731 |
# l_serialnumber - belonges to serialnumber filter |
732 | 732 |
# l_deliverydate - displays deliverydate is sold etc. flags are active |
733 |
# l_soldtotal - aggreg join to display total of sold quantity, works as long as there's no bullshit in soldtotal |
|
733 | 734 |
# |
734 | 735 |
# not working: |
735 |
# l_soldtotal - aggreg join to display total of sold quantity |
|
736 | 736 |
# onhand - as above, but masking the simple itemstatus results (doh!) |
737 | 737 |
# masking of onhand in bsooqr mode - ToDO: fixme |
738 | 738 |
# |
... | ... | |
752 | 752 |
my ($self, $myconfig, $form) = @_; |
753 | 753 |
my $dbh = $form->get_standard_dbh($myconfig); |
754 | 754 |
|
755 |
$form->{parts} = +{ }; |
|
755 |
$form->{parts} = +{ }; |
|
756 |
$form->{soldtotal} = undef if $form->{l_soldtotal}; # security fix. top100 insists on putting strings in there... |
|
756 | 757 |
|
757 | 758 |
my @simple_filters = qw(partnumber ean description partsgroup microfiche drawing onhand); |
758 | 759 |
my @makemodel_filters = qw(make model); |
Auch abrufbar als: Unified diff
kleiner Fix zum Top100 System