contab 7 months ago
parent
commit
1f69d708f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      winmentor/tax_mailer.py

+ 1 - 1
winmentor/tax_mailer.py

@@ -109,5 +109,5 @@ class M_mailer(object):
                                     return_=an_inc, result=result, tax_type=tax_type, period=M_mailer.mentor_date)
                                     return_=an_inc, result=result, tax_type=tax_type, period=M_mailer.mentor_date)
                         taxes.append(tax)
                         taxes.append(tax)
                         if send:
                         if send:
-                            yag.send(to=contact['mail'], subject='Great!', contents=body)
+                            yag.send(to=contact['mail'], subject=f'Taxe {M_mailer.date}', contents=body)
         return taxes
         return taxes