disable is change as readonly in editOldRawmaterial

This commit is contained in:
gandhimathi 2018-05-24 12:50:01 +00:00
parent 8e59ee2a1f
commit a6b5f73ac4

View File

@ -212,7 +212,7 @@ $("#Date").datepicker({
<div class="col-md-3">
<div class="form-group autoSearch" id="mc">
<label for="Matcate">Open Stock</label>
<input type="text" class="form-control required " id="openstock" disabled="disbled" name="openstock" value="<?php echo $openstock;?>" maxlength="255">
<input type="text" class="form-control required " id="openstock" readonly name="openstock" value="<?php echo $openstock;?>" maxlength="255">
</div>
</div>