Fix: (hotfix) admin upgrade bug
This commit is contained in:
@@ -151,11 +151,11 @@
|
|||||||
} else if (children[i].className == "maestro_id d-none") {
|
} else if (children[i].className == "maestro_id d-none") {
|
||||||
maestroID = children[i].value;
|
maestroID = children[i].value;
|
||||||
continue;
|
continue;
|
||||||
} else if (children[i].className == "registered_account_type col-sm") {
|
} else if (children[i].className == "registered_account_type col-sm text-right") {
|
||||||
// upgradeAccountType = children[i].value;
|
// upgradeAccountType = children[i].value;
|
||||||
registeredAccountType = accountTypeValue(children[i].value);
|
registeredAccountType = accountTypeValue(children[i].value);
|
||||||
continue;
|
continue;
|
||||||
} else if (children[i].className == "new_account_type col-sm") {
|
} else if (children[i].className == "new_account_type col-sm text-right") {
|
||||||
// upgradeAccountType = children[i].value;
|
// upgradeAccountType = children[i].value;
|
||||||
upgradeAccountType = accountTypeValue(children[i].value);
|
upgradeAccountType = accountTypeValue(children[i].value);
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ function accountTypePrice(accountType) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
function accoutTypeValue(accountType) {
|
function accountTypeValue(accountType) {
|
||||||
switch(accountType) {
|
switch(accountType) {
|
||||||
case "20명 (1만원)":
|
case "20명 (1만원)":
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user