Skip to content

Commit

Permalink
Merge pull request #141 from gisce/fix_get_lang_3
Browse files Browse the repository at this point in the history
FIx get lang 3 el retorno
  • Loading branch information
eberloso authored Nov 8, 2023
2 parents f852867 + 93c7480 commit e0cd07c
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 e0cd07c

Please sign in to comment.