refactor: remove explicit char widget from refund security fields in POS settings views

This commit is contained in:
Suherdy Yacob 2026-05-06 13:35:29 +07:00
parent 9b4855b396
commit e171c742f7
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<setting id="refund_security">
<div class="row">
<label for="refund_security"/>
<field name="refund_security" widget="char"/>
<field name="refund_security"/>
<div class="text-muted mb16">
Set a security password on refund on pos screen
</div>

View File

@ -12,7 +12,7 @@
<div class="text-muted">
Set a Global security password on refund on pos screen .
<div>
<field name="global_refund_security" widget="char"/>
<field name="global_refund_security"/>
</div>
</div>
</div>