Skip to content

Commit

Permalink
Added new sub type constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasC-Kainos committed Oct 31, 2024
1 parent 254fd8b commit 66a4834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CLOSED_AND_HIDDEN_STATUSES = ["HIDDEN", "CLOSED"]

PHARMACY_SERVICE_TYPE_IDS = [13, 131, 132, 134, 137, 148, 149]
PHARMACY_ORGANISATION_SUB_TYPES = ["Community"]
PHARMACY_ORGANISATION_SUB_TYPES = ["Community", "Distance Selling"]
PHARMACY_ODSCODE_LENGTH = 5
PHARMACY_SERVICE_TYPE_ID = 13

Expand Down

0 comments on commit 66a4834

Please sign in to comment.