fix preapproval tax id (INN) field length, increased up to 12 chars

This commit is contained in:
merelendor 2024-06-10 08:29:54 +03:00
parent 97b7e660cf
commit 3abc215186

View File

@ -32,7 +32,7 @@ $this->setFrameMode(true);
<div class="step">
<div class="form_field" id="preapproval_vat_wrapper">
<input id="preapproval_vat" type="text" placeholder="ИНН" onkeypress='return event.charCode >= 48 && event.charCode <= 57' minlength="10" maxlength="11"/>
<input id="preapproval_vat" type="text" placeholder="ИНН" onkeypress='return event.charCode >= 48 && event.charCode <= 57' minlength="10" maxlength="12"/>
</div>
<div class="form_field" id="preapproval_program_wrapper">
<select id="preapproval_program">