From e834644c5dc074cc6f2eeb9049be807f54421347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20S=C3=A1nchez?= Date: Tue, 26 Dec 2017 10:11:43 +0100 Subject: [PATCH] Actualizados nombres de columnas en vista cliente. --- .../application/template/payment-update/payment-update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mailer/application/template/payment-update/payment-update.js b/services/mailer/application/template/payment-update/payment-update.js index 8a5a3b45b..565fd8a74 100644 --- a/services/mailer/application/template/payment-update/payment-update.js +++ b/services/mailer/application/template/payment-update/payment-update.js @@ -12,7 +12,7 @@ module.exports = class PaymentUpdate { LOWER(ct.code) countryCode, c.email recipient FROM client c - JOIN payMethod pm ON pm.id = c.paymentMethodFk + JOIN payMethod pm ON pm.id = c.payMethodFk JOIN country ct ON ct.id = c.countryFk WHERE c.id = ?`;