costcenter

This commit is contained in:
gayathri1990 2017-11-14 11:36:54 +05:30
parent c250224068
commit e6da75a265

View File

@ -722,7 +722,7 @@ function CountRows() {
var message = "Total Row Count: " + totalRowCount;
message += "\nRow Count: " + rowCount;
//alert(message);
if(totalRowCount>"4")
if(totalRowCount>"16")
{
$("#addbudgetmodel").modal('hide');
}