Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 45b303c7

Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt

  • ID 45b303c71fa5d70c8e7929b3cc212afe5b02e325
  • Vorgänger 495888c2
  • Nachfolger e1cdb457

Kosmetik

Unterschiede anzeigen:

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