fix : set group for pending create employee group
This commit is contained in:
@@ -14,7 +14,7 @@ $(document).ready(function () {
|
||||
|
||||
$("#next-step").on("click", function () {
|
||||
debugger;
|
||||
if ($("#step-form2").is(":visible") && !hasUploadedImage) {
|
||||
if ($("#step-form2").is(":visible")/* && !hasUploadedImage*/) {
|
||||
|
||||
if ($("#workshopSettingSelect").val() === "0") {
|
||||
$('.alert-msg').show();
|
||||
|
||||
Reference in New Issue
Block a user