stock module-3 vadivel J 26-12-2024
This commit is contained in:
parent
f73a49bb4b
commit
9eb7c54b97
@ -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.!!');
|
||||
}
|
||||
|
||||
@ -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.!!');
|
||||
}
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user