Revision 45b303c7
Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
867 | 867 |
|
868 | 868 |
my $callback = $self->stocktaking_models->get_callback; |
869 | 869 |
|
870 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form); |
|
870 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
|
|
871 | 871 |
$report->{title} = t8('Stocktaking Journal'); |
872 |
$self->{report} = $report; |
|
872 |
$self->{report} = $report;
|
|
873 | 873 |
|
874 | 874 |
my @columns = qw(itime employee ean partnumber part qty unit bin chargenumber comment cutoff_date); |
875 | 875 |
my @sortable = qw(itime employee ean partnumber part qty bin chargenumber comment cutoff_date); |
Auch abrufbar als: Unified diff
Kosmetik