Skip to content

Commit

Permalink
FIx get lang 3 el retorno
Browse files Browse the repository at this point in the history
  • Loading branch information
eberloso committed Nov 8, 2023
1 parent f852867 commit 93c7480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions poweremail_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ def get_email_lang(self, cursor, uid, template, src_rec_id, context=None):
if not res:
res = get_email_default_lang()
return res
return res

def _generate_mailbox_item_from_template(self, cursor, user, template, record_id, context=None):
"""
Expand Down

0 comments on commit 93c7480

Please sign in to comment.