TT#147151 fix widget ajax rail for customer costs

Change-Id: I8b250c1ac884ad59c20b99be281583138f20e53e
(cherry picked from commit 0b320b9eb6)
mr9.5.9
Rene Krenn 4 years ago
parent 2a71761cbf
commit 35ecf57294

@ -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