From 55ae573464882cd72e39337dc61bf34e8013d37e Mon Sep 17 00:00:00 2001 From: David Evans Date: Wed, 4 Dec 2024 14:34:28 +0000 Subject: [PATCH] Fix link to cost saving measures Previously the link to you to a page showing "core" measures which didn't always include the relevant measures. Closes #5082 --- openprescribing/templates/bookmarks/email_for_measures.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openprescribing/templates/bookmarks/email_for_measures.html b/openprescribing/templates/bookmarks/email_for_measures.html index 4e4f7810c..64e7ad614 100644 --- a/openprescribing/templates/bookmarks/email_for_measures.html +++ b/openprescribing/templates/bookmarks/email_for_measures.html @@ -79,7 +79,7 @@

Possible savings

{% if stats.top_savings.possible_top_savings_total > 5000 %}

Best-case possible savings

We compared this {{ bookmark.org_type }}'s spending with the best-performing 10% on all the areas we track. If it prescribed as well as those {{ bookmark.org_type }}s, it could save around £{{stats.top_savings.possible_top_savings_total|roundpound}}. - Here's a list of measures, sorted by potential cost savings. + Here's a list of measures, sorted by potential cost savings.

{% endif %}