fix settings

This commit is contained in:
iBNu Maksum 2025-04-16 15:23:54 +07:00
parent 3e90510c97
commit 3888cc70da
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
2 changed files with 4 additions and 4 deletions

View file

@ -73,8 +73,8 @@
<label class="col-md-3 control-label"><i class="glyphicon glyphicon-print"></i>
{Lang::T('Print Max Char')}</label>
<div class="col-md-5">
<input type="number" required class="form-control" id="printer_cols" placeholder="37"
name="printer_cols" value="{$_c['printer_cols']}">
<input type="number" class="form-control" id="printer_cols" placeholder="37"
name="printer_cols" value="{if empty($_c['printer_cols'])}37{else}{$_c['printer_cols']}{/if}">
</div>
<span class="help-block col-md-4">{Lang::T('For invoice print using Thermal
Printer')}</span>
@ -109,7 +109,7 @@
<div class="form-group">
<label class="col-md-3 control-label">{Lang::T('Income reset date')}</label>
<div class="col-md-5">
<input type="number" required class="form-control" id="reset_day" placeholder="20" min="1"
<input type="number" class="form-control" id="reset_day" placeholder="20" min="1"
max="28" step="1" name="reset_day" value="{$_c['reset_day']}">
</div>
<span class="help-block col-md-4">{Lang::T('Income will reset every this day')}</span>

View file

@ -1,3 +1,3 @@
{
"version": "2025.3.20"
"version": "2025.4.16"
}