daybook
This commit is contained in:
parent
139f5b8d6d
commit
bd4c255af5
@ -527,6 +527,16 @@ $scope.dayBookApprovalAccess = '';
|
||||
if (res === true) {
|
||||
// alert(id);
|
||||
// alert(stuId);
|
||||
if(reason == '')
|
||||
{
|
||||
|
||||
alert('Please Enter Reason for Deletion');
|
||||
return false;
|
||||
}
|
||||
else{
|
||||
|
||||
|
||||
|
||||
var deleteFeePayableDetails = {
|
||||
method: 'POST',
|
||||
url: apiPoint.url + 'deleteDayBookFeePayableDetails/',
|
||||
@ -547,6 +557,7 @@ $scope.dayBookApprovalAccess = '';
|
||||
swal(" ", response.data.message, "error");
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@ -518,6 +518,15 @@ $scope.dayBookApprovalAccess = '';
|
||||
if (res === true) {
|
||||
// alert(id);
|
||||
// alert(stuId);
|
||||
if(reason == '')
|
||||
{
|
||||
|
||||
alert('Please Enter Reason for Deletion');
|
||||
return false;
|
||||
}
|
||||
else{
|
||||
|
||||
|
||||
var deleteFeePayableDetails = {
|
||||
method: 'POST',
|
||||
url: apiPoint.url + 'deleteDayBookFeePayableDetails/',
|
||||
@ -538,6 +547,8 @@ $scope.dayBookApprovalAccess = '';
|
||||
swal(" ", response.data.message, "error");
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user