diff --git a/app/Views/editconfig.php b/app/Views/editconfig.php
index ac45b72f..83f6519f 100755
--- a/app/Views/editconfig.php
+++ b/app/Views/editconfig.php
@@ -153,12 +153,10 @@ if (!empty($master)) {
isActive == 0) { ?>
-
@@ -171,8 +169,7 @@ if (!empty($master)) {
-
'"configVal[<%=index%>][index]"', 'value' => set_value('<%=index%>'), 'id' => '"configVal[<%=index%>][index]"', 'class' => 'form-control', 'type' => 'hidden');
+ $data = array('name' => '"configVal[<%=index%>][index]"', 'value' => set_value('<%=index%>'), 'id' => '"configVal[<%=index%>][index]"', 'class' => 'form-control', 'type' => 'hidden');
echo form_input($data);
?>
| <%=index%> |
@@ -552,7 +549,7 @@ if (!empty($master)) {
$('#AddConfigValue').val('');
return;
}
- }else{
+ } else {
$('.tempClickAdd').click();
}
diff --git a/app/Views/factoryMachineMasterDetails.php b/app/Views/factoryMachineMasterDetails.php
index 2b9117c4..fe129dba 100644
--- a/app/Views/factoryMachineMasterDetails.php
+++ b/app/Views/factoryMachineMasterDetails.php
@@ -73,7 +73,7 @@