costcenter
This commit is contained in:
parent
c250224068
commit
e6da75a265
@ -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');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user