Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f99423f0

Von Sven Schöling vor mehr als 11 Jahren hinzugefügt

  • ID f99423f0ba0ec475f919305842b60d1435c901a8
  • Vorgänger 8bde6516
  • Nachfolger 0ca85e09

Erst testen, dann committen Sven...

Unterschiede anzeigen:

SL/Controller/Inventory.pm
my @ids = selectall_array_query($::form, $::form->get_standard_dbh, $query);
my $objs;
$obj = SL::DB::Manager::Inventory->get_all(query => [ trans_id => \@ids ]) if @ids;
$objs = SL::DB::Manager::Inventory->get_all(query => [ trans_id => \@ids ]) if @ids;
# at most 2 of them belong to a transaction and the qty determins in or out.
# sort them for display

Auch abrufbar als: Unified diff