Ejemplo n.º 1
0
    ?>
									<th>Imagen</th>
									<th>Producto</th>
									<th>Cantidad</th>
									<th>Precio</th>
									<th>Importe</th>
									<th>Estado</th>
								</tr>
							</tfoot>
							<tbody>
								<?php 
    foreach ($objeto->getPartidas() as $p) {
        $partida->setIdpartida($p);
        $partida->getFromDatabase();
        $producto->setIdproducto($partida->getIdproducto());
        $producto->getFromDatabase();
        ?>
								<tr>
									<?php 
        if ($this->modsesion->hasPermisoHijo(49) && $statusPartidaActualizable) {
            ?>
									<td>
										<?php 
            $acc2 = $this->modflujo->getAcciones($this->config->item('idflujopartida'), $partida->getStatus());
            if ($acc2 !== false) {
                ?>
			    							<div class="btn-group">
			    								<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
			    									Acciones
			    									<span class="caret"></span>
			    								</button>