From 565cafde3b86da7077e2b4c9b9bf239e5f51283c Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Tue, 26 Jan 2021 13:49:05 +0100 Subject: [PATCH] TT#109163 fix contracts dao for mr1.0.3 schema Change-Id: I5000731027c83711e9d03dcce52d5aef286b0e26 --- 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',