Skip to content

Commit

Permalink
Merge pull request #2039 from makombe/kvp-enrollment
Browse files Browse the repository at this point in the history
(fix) Correct KVP enrollment form uuid to use contact form uuid
  • Loading branch information
ojwanganto authored Oct 30, 2024
2 parents ff7d65c + 64ea43a commit 1853275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public class KenyaemrCoreRestController extends BaseRestController {
public static String VMMC_PROGRAM_UUID = "228538f4-cad9-476b-84c3-ab0086150bcc";
public static String PREP_PROGRAM_UUID = "214cad1c-bb62-4d8e-b927-810a046daf62";
public static String KP_PROGRAM_UUID = "7447305a-18a7-11e9-ab14-d663bd873d93";
public static final String KP_CLIENT_ENROLMENT = "c7f47cea-207b-11e9-ab14-d663bd873d93";
public static final String KP_CLIENT_ENROLMENT = "185dec84-df6f-4fc7-a370-15aa8be531ec";
public static final String KP_CLIENT_DISCONTINUATION = "1f76643e-2495-11e9-ab14-d663bd873d93";

public static final String PREP_ENROLLMENT_FORM = "d5ca78be-654e-4d23-836e-a934739be555";
Expand Down

0 comments on commit 1853275

Please sign in to comment.