spelling mistake correction
This commit is contained in:
parent
257648616f
commit
a0c363b2ab
@ -143,7 +143,7 @@ function loadAccountType(id)
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="form-group">
|
||||
<b><span for="Accountcode">Select Accounut type:</span> </b> </br></br>
|
||||
<b><span for="Accountcode">Select Account type:</span> </b> </br></br>
|
||||
<input type="radio" onclick = loadAccountType(this.id); id="myradio1" name="myradio" value="1" checked>RECEIPT
|
||||
<input type="radio" onclick = loadAccountType(this.id); id="myradio2" name="myradio" value="2" >PAYMENT
|
||||
|
||||
@ -152,7 +152,7 @@ function loadAccountType(id)
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="form-group"><b>
|
||||
<span for="PONO">Accounut Name Select:</span> </b><span style="color:red">*</span> </br></br>
|
||||
<span for="PONO">Account Name Select:</span> </b><span style="color:red">*</span> </br></br>
|
||||
<select class="form-control required " required id="accode" required name="accode">
|
||||
<option value="-1">Account Name Select</option>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user