diff --git a/application/views/addCostCenter.php b/application/views/addCostCenter.php index f0b0631c..e521cfce 100755 --- a/application/views/addCostCenter.php +++ b/application/views/addCostCenter.php @@ -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'); }