stock module-3 vadivel J 26-12-2024
This commit is contained in:
parent
f73a49bb4b
commit
9eb7c54b97
@ -316,6 +316,8 @@
|
|||||||
$('#loader').hide();
|
$('#loader').hide();
|
||||||
if(data[0]?.IsActive == 1){
|
if(data[0]?.IsActive == 1){
|
||||||
alert('Material name already existed ! ');
|
alert('Material name already existed ! ');
|
||||||
|
$('#MaterialName').val('');
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
alert('Material name already existing in the deleted section.!!');
|
alert('Material name already existing in the deleted section.!!');
|
||||||
}
|
}
|
||||||
|
|||||||
@ -464,6 +464,7 @@ if ($total <= $reorder) {
|
|||||||
$('#loader').hide();
|
$('#loader').hide();
|
||||||
if(data[0]?.IsActive == 1){
|
if(data[0]?.IsActive == 1){
|
||||||
alert('Material name already existed ! ');
|
alert('Material name already existed ! ');
|
||||||
|
$('#MaterialName').val('');
|
||||||
}else{
|
}else{
|
||||||
alert('Material name already existing in the deleted section.!!');
|
alert('Material name already existing in the deleted section.!!');
|
||||||
}
|
}
|
||||||
|
|||||||
@ -61,7 +61,7 @@ if (!empty($master)) {
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<?php
|
<?php
|
||||||
$attributes = array('class' => 'form-horizontal', 'id' => 'editConfig');
|
$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="form-row" style="margin-top:10px">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user