stock module-3 vadivel J 26-12-2024

This commit is contained in:
vadivelJ96 2024-12-26 10:08:13 +05:30
parent f73a49bb4b
commit 9eb7c54b97
3 changed files with 4 additions and 1 deletions

View File

@ -316,6 +316,8 @@
$('#loader').hide();
if(data[0]?.IsActive == 1){
alert('Material name already existed ! ');
$('#MaterialName').val('');
}else{
alert('Material name already existing in the deleted section.!!');
}

View File

@ -464,6 +464,7 @@ if ($total <= $reorder) {
$('#loader').hide();
if(data[0]?.IsActive == 1){
alert('Material name already existed ! ');
$('#MaterialName').val('');
}else{
alert('Material name already existing in the deleted section.!!');
}

View File

@ -61,7 +61,7 @@ if (!empty($master)) {
<div class="card-body">
<?php
$attributes = array('class' => 'form-horizontal', 'id' => 'editConfig');
echo form_open(base_url() . 'configurationctrl/updateconfig', $attributes); ?>
echo form_open(base_url() . 'configurationctrl/updateconfig', $attributes);?>
<div class="form-row" style="margin-top:10px">
<div class="col-md-3">