From 4574ff744f7ba5cc883b99b7d5d0800f2dd2b6ca Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Tue, 2 Apr 2019 09:25:40 -0600 Subject: [PATCH] =?UTF-8?q?Env=C3=ADo=20de=20n=C3=B3mina=20por=20correo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/app/models/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/models/main.py b/source/app/models/main.py index 4d441c8..c90c18e 100644 --- a/source/app/models/main.py +++ b/source/app/models/main.py @@ -7660,7 +7660,7 @@ class CfdiNomina(BaseModel): } mail = { 'to': to, - 'copy': config['correo_copia'], + 'copy': config.get('correo_copia', ''), 'subject': subject, 'message': message, 'files': files,