Fix_ Removed keypressup
This commit is contained in:
parent
c9c5002f54
commit
d071665a2c
@ -280,7 +280,7 @@ if (!empty($supplier)) {
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<span for="SupplierName">Supplier Name</span><span class="badge">*</span>
|
||||
<input type="text" name="SupplierName" onkeypress="return onlyAlphabets(event);" maxlength="100" id="supplierName" class="form-control" required value="<?php echo $SupplierName; ?>">
|
||||
<input type="text" name="SupplierName" maxlength="100" id="supplierName" class="form-control" required value="<?php echo $SupplierName; ?>">
|
||||
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user