<h4 class="modal-title" id="myModalLabel">  <?php 
    echo i18n::__('insertDetail', null, 'vacunacion');
    ?>
</h4>
                                </div>
                                <a href="#close" title="Close" class="close">X</a>
                                <form id="detailForm" class="form-horizontal" method="POST" action="<?php 
    echo routing::getInstance()->getUrlWeb('factura', 'createDetalleFacturaVenta');
    ?>
">
                                    <div class="modal-body">
                                        <input type="hidden" value="<?php 
    echo $key->{$id};
    ?>
" name="<?php 
    echo detalleProcesoVentaBaseTableClass::getNameField(detalleProcesoVentaBaseTableClass::VENTA, true);
    ?>
">
                                        <table class="table table-bordered"> 
                                            <tr><th>
                                                    <?php 
    echo i18n::__('animal');
    ?>
</th><th>

                                                    <select name="<?php 
    echo detalleProcesoVentaTableClass::getNameField(detalleProcesoVentaTableClass::ANIMAL, true);
    ?>
">
                                                        <option value="">...</option>
                                                        <?php 
echo i18n::__('numer', null, 'dpVenta');
?>
</th>
                                    <th>
                                        <input name="report[numero]" type="number">
                                    </th>
                                </tr>
                                <tr>

                                    <th><?php 
echo i18n::__('animal');
?>
</th>
                                    <th>
                                      <select name="<?php 
echo detalleProcesoVentaBaseTableClass::getNameField(detalleProcesoVentaTableClass::ANIMAL, true);
?>
">
                     >
                                            <option value="">
                                                ...
                                            </option>
                                            <?php 
foreach ($objDetalleFacturaVenta as $key) {
    ?>
                                                <option value="<?php 
    echo $key->{$animal};
    ?>
">
                                                    <?php 
    echo $key->numero_identificacion;