TT#147151 fix widget ajax rail for customer costs

Change-Id: I8b250c1ac884ad59c20b99be281583138f20e53e
mr10.2
Rene Krenn 3 years ago
parent 2172e50e6e
commit 0b320b9eb6

@ -93,7 +93,7 @@ sub _prepare_customer_sum {
'<' => $etime,
},
'period' => 'month',
'contract,product_id' => { -in => [ @product_ids ] },
'contract.product_id' => { -in => [ @product_ids ] },
}, {
join => 'contract',
})->get_column('customer_cost'),

Loading…
Cancel
Save