Fix Voucher Searching

This commit is contained in:
Ibnu Maksum
2023-04-06 09:47:26 +07:00
parent 9f09909616
commit 0c3386f0d1
3 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<span class="fa fa-search"></span>
</div>
<input type="text" name="code" class="form-control"
placeholder="{$_L['Search_by_Code']}...">
placeholder="{$_L['Search_by_Code']}..." value="{$_code}">
<div class="input-group-btn">
<button class="btn btn-success">{$_L['Search']}</button>
</div>