From 35ecf572947ea00dfe7ea8185760b2cc8d545112 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Thu, 18 Nov 2021 12:47:08 +0100 Subject: [PATCH] TT#147151 fix widget ajax rail for customer costs Change-Id: I8b250c1ac884ad59c20b99be281583138f20e53e (cherry picked from commit 0b320b9eb66789120bb584fb8eaec7573532bd43) --- lib/NGCP/Panel/Widget/Dashboard/AdminBillingOverview.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Widget/Dashboard/AdminBillingOverview.pm b/lib/NGCP/Panel/Widget/Dashboard/AdminBillingOverview.pm index 7144a0baba..669b50ba31 100644 --- a/lib/NGCP/Panel/Widget/Dashboard/AdminBillingOverview.pm +++ b/lib/NGCP/Panel/Widget/Dashboard/AdminBillingOverview.pm @@ -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'),