From e6da75a265bf115363a3482d42cc5555c1692723 Mon Sep 17 00:00:00 2001 From: gayathri1990 Date: Tue, 14 Nov 2017 11:36:54 +0530 Subject: [PATCH] costcenter --- application/views/addCostCenter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }