Revision baab8c2f
Von Moritz Bunkus vor fast 11 Jahren hinzugefügt
SL/Controller/FinancialControllingReport.pm | ||
---|---|---|
70 | 70 |
$args{query} = [ |
71 | 71 |
@{ $args{query} || [] }, |
72 | 72 |
SL::DB::Manager::Order->type_filter('sales_order'), |
73 |
or => [ |
|
74 |
globalproject_id => undef, |
|
75 |
and => [ |
|
76 |
'globalproject.active' => 1, |
|
77 |
'globalproject.valid' => 1, |
|
78 |
]], |
|
73 | 79 |
]; |
74 | 80 |
|
75 | 81 |
return \%args; |
Auch abrufbar als: Unified diff
Finanzcontrollingbericht: ungültige und inaktive Projekte herausfiltern