Добавил заочников

This commit is contained in:
2025-01-02 15:29:42 +03:00
parent 96fff95a5d
commit 8a0460c162
3 changed files with 43 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ export function onLoad() {
"phone": "+7 " + localStorage.getItem('phoneNumber'),
"kurs": localStorage.getItem('kurs'),
"isFreeEducation": localStorage.getItem('paid') === "false",
"isOchno": true,
"isOchno": localStorage.getItem('ochno') === true,
"speciality": optionMapping[localStorage.getItem('option')],
"reason": localStorage.getItem('statement')
}