From f1eddd9451b675a0b7f75d3ee8b63c18eba9aec6 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Mon, 22 Feb 2021 13:06:45 +0100 Subject: [PATCH] TT#111206 add reseller_id in mr103 contract DAO Change-Id: I4afcb8914e7d166004d14b36ee1566e56ebf3247 --- lib/NGCP/BulkProcessor/Dao/mr103/billing/contracts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/BulkProcessor/Dao/mr103/billing/contracts.pm b/lib/NGCP/BulkProcessor/Dao/mr103/billing/contracts.pm index 8cdfbbe..179acab 100644 --- a/lib/NGCP/BulkProcessor/Dao/mr103/billing/contracts.pm +++ b/lib/NGCP/BulkProcessor/Dao/mr103/billing/contracts.pm @@ -47,7 +47,7 @@ my $get_db = \&get_billing_db; my $expected_fieldnames = [ 'id', 'customer_id', - #'reseller_id', + 'reseller_id', 'contact_id', 'order_id', 'status',