TT#147151 fix widget ajax rail for customer costs

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

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

Loading…
Cancel
Save