Skip to content

Commit c0fbb87

Browse files
author
cbiselli
committed
removed mandatory vat number in contact-info
1 parent 94a0345 commit c0fbb87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)