Skip to content

Commit

Permalink
Update cta to point to intacct app
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Jan 16, 2024
1 parent b21bab1 commit 43b490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/workspaces/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def run_email_notification(workspace_id):
'workspace_id': workspace_id,
'export_time': export_time.date() if export_time else datetime.now(),
'year': date.today().year,
'app_url': "{0}/app/settings/#/integrations/native_apps".format(settings.FYLE_APP_URL)
'app_url': "{0}/app/settings/#/integrations/native_apps?integrationIframeTarget=integrations/intacct".format(settings.FYLE_APP_URL)
}
message = render_to_string("mail_template.html", context)

Expand Down

0 comments on commit 43b490e

Please sign in to comment.