From 0284bc5ef935393f2e6ba0942b193f49bc43f954 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Mon, 23 Sep 2024 10:47:03 +0300 Subject: [PATCH] change single edit flag check --- services/registration/enter_location.vis | 2 +- services/registration/enter_yob.vis | 2 +- services/registration/select_gender.vis | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/registration/enter_location.vis b/services/registration/enter_location.vis index 00bed3d..4d66361 100644 --- a/services/registration/enter_location.vis +++ b/services/registration/enter_location.vis @@ -5,5 +5,5 @@ MOUT back 0 HALT INCMP _ 0 LOAD save_location 0 -CATCH pin_entry flag_single_edit 1 +CATCH pin_entry flag_single_edit 0 INCMP enter_offerings * diff --git a/services/registration/enter_yob.vis b/services/registration/enter_yob.vis index 3b27846..1b2e519 100644 --- a/services/registration/enter_yob.vis +++ b/services/registration/enter_yob.vis @@ -5,5 +5,5 @@ HALT INCMP _ 0 LOAD verify_yob 8 LOAD save_yob 0 -CATCH pin_entry flag_single_edit 1 +CATCH pin_entry flag_single_edit 0 INCMP enter_location * diff --git a/services/registration/select_gender.vis b/services/registration/select_gender.vis index dd354fc..d7b7376 100644 --- a/services/registration/select_gender.vis +++ b/services/registration/select_gender.vis @@ -6,7 +6,7 @@ MOUT unspecified 3 MOUT back 0 HALT LOAD save_gender 0 -CATCH pin_entry flag_single_edit 1 +CATCH pin_entry flag_single_edit 0 INCMP _ 0 INCMP enter_yob 1 INCMP enter_yob 2