Revision 14d905e5
Von Bernd Bleßmann vor fast 5 Jahren hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
820 | 820 |
SQL |
821 | 821 |
|
822 | 822 |
my $objs = SL::DB::Manager::Inventory->get_all( |
823 |
query => [ id => [ \"$query" ] ], |
|
823 |
query => [ id => [ \"$query" ] ], # " make emacs happy
|
|
824 | 824 |
with_objects => [ 'parts', 'trans_type', 'bin', 'bin.warehouse' ], # prevent lazy loading in template |
825 | 825 |
sort_by => 'itime DESC', |
826 | 826 |
); |
Auch abrufbar als: Unified diff
S:C:Inventory: Kosmetik/Kommentar: emacs happy