Skip to content

Commit 1724917

Browse files
authored
Merge pull request #3159 from catchpoint/mandatory_contact_info
removed mandatory vat number in contact-info
2 parents 94a0345 + c0fbb87 commit 1724917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/templates/account/includes/modals/contact-info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<?php if ($is_paid) : ?>
2222
<div class="section">
2323
<label for="vat-number">VAT Number</label>
24-
<input name="vat-number" type="text" maxlength=32 pattern="<?= $validation_pattern; ?>" title="Please insert a valid VAT number" value="<?= htmlspecialchars($vat_number); ?>" required <?= $is_verified ? '' :'disabled'; ?>/>
24+
<input name="vat-number" type="text" maxlength=32 pattern="<?= $validation_pattern; ?>" title="Please insert a valid VAT number" value="<?= htmlspecialchars($vat_number); ?>" <?= $is_verified ? '' :'disabled'; ?>/>
2525
</div>
2626
<?php endif; ?>
2727
<div class="section">

0 commit comments

Comments
 (0)