Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/fermaofd.ferma/components/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/fermaofd.ferma/components/vat-type-selector.php

<?php

function vatTypeSelector($id, $name)
{
    ?>
    <select name="<?= htmlspecialcharsbx($name) ?>"
            id="<?= htmlspecialcharsbx($id) ?>"
            data-role="vat-input">
        <option value="VatNo" #VALUE-VatNo#><?= GetMessage('FERMAOFD_VAT_NO') ?></option>
        <option value="Vat0" #VALUE-Vat0#><?= GetMessage('FERMAOFD_VAT_0') ?></option>
        <option value="Vat10" #VALUE-Vat10#><?= GetMessage('FERMAOFD_VAT_10') ?></option>
        <option value="Vat20" #VALUE-Vat20#><?= GetMessage('FERMAOFD_VAT_20') ?></option>
        <option value="CalculatedVat10110" #VALUE-CalculatedVat10110#>
            <?= GetMessage('FERMAOFD_VAT_CALCULATED_10110') ?>
        </option>
        <option value="CalculatedVat20120" #VALUE-CalculatedVat20120#>
            <?= GetMessage('FERMAOFD_VAT_CALCULATED_20120') ?>
        </option>
    </select>
    <?php
}