Cost Center Modified

This commit is contained in:
venbatechnologies@gmail.com 2017-05-12 14:59:58 +05:30
parent eff7eb33d4
commit 608e25783b

View File

@ -748,19 +748,7 @@ function CountRows() {
function validate()
{
//var rowCount = $('#BudgetTable').rows.length;
//if(rowCount=='4')
//{
// $("#addbudgetmodel").modal('hide');
//}
if($("#txtSelectedDepartment").val().length < 1)
{
alert('Please Select Department');