From 53e80d29c87b515b0db13c4ae921f6b15a2e00aa Mon Sep 17 00:00:00 2001 From: joan Date: Thu, 14 Jan 2021 13:41:50 +0100 Subject: [PATCH] Consumption hotfix --- modules/client/front/consumption/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/front/consumption/index.js b/modules/client/front/consumption/index.js index e36e94682..394220dcb 100644 --- a/modules/client/front/consumption/index.js +++ b/modules/client/front/consumption/index.js @@ -29,7 +29,7 @@ class Controller extends Section { get reportParams() { const userParams = this.$.model.userParams; return Object.assign({ - authorization: this.vnToken.token, + recipient: this.client.email, recipientId: this.client.id }, userParams); }