refactor: remove explicit char widget from refund security fields in POS settings views
This commit is contained in:
parent
9b4855b396
commit
e171c742f7
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user