Revision ce3d9171
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
216 | 216 |
my @ids = selectall_array_query($::form, $::form->get_standard_dbh, $query); |
217 | 217 |
|
218 | 218 |
my $objs; |
219 |
$obj = SL::DB::Manager::Inventory->get_all(query => [ trans_id => \@ids ]) if @ids; |
|
219 |
$objs = SL::DB::Manager::Inventory->get_all(query => [ trans_id => \@ids ]) if @ids;
|
|
220 | 220 |
|
221 | 221 |
# at most 2 of them belong to a transaction and the qty determins in or out. |
222 | 222 |
# sort them for display |
Auch abrufbar als: Unified diff
Erst testen, dann committen Sven...