cleanup code,define node for showing invalid date formats
This commit is contained in:
parent
6a35101d69
commit
37809a05b4
@ -1,3 +1,4 @@
|
|||||||
|
CATCH incorrect_date_format 21 1
|
||||||
LOAD save_yob 0
|
LOAD save_yob 0
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
@ -2,4 +2,5 @@ LOAD save_gender 0
|
|||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
|
LOAD verify_yob 8
|
||||||
INCMP enter_location *
|
INCMP enter_location *
|
||||||
|
2
services/registration/incorrect_date_format
Normal file
2
services/registration/incorrect_date_format
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Unsuported date format
|
||||||
|
Please provide date format as 12/01/1972
|
6
services/registration/incorrect_date_format.vis
Normal file
6
services/registration/incorrect_date_format.vis
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
LOAD reset_incorrect_date_format 8
|
||||||
|
MOUT retry 1
|
||||||
|
MOUT quit 9
|
||||||
|
HALT
|
||||||
|
INCMP enter_yob 1
|
||||||
|
INCMP quit 9
|
0
services/registration/incorrect_date_format_swa
Normal file
0
services/registration/incorrect_date_format_swa
Normal file
Loading…
Reference in New Issue
Block a user