Continuación: archivo
mods/cambio.servicios.php (Tercera sección)
Código PHP:
<input type="hidden" name="hd_base_proveedor" value="<?php echo $extras["Servicios"][$PSID]["Bases"]["Proveedor"]; ?>" />
<input type="hidden" name="hd_base_ciudad" value="<?php echo $extras["Servicios"][$PSID]["Bases"]["Ciudad"]; ?>" />
<input type="hidden" name="hd_base_tipo_servicio" value="<?php echo $extras["Servicios"][$PSID]["Bases"]["TipoServicio"]; ?>" />
<input type="hidden" name="hd_base_categoria_servicio" value="<?php echo $extras["Servicios"][$PSID]["Bases"]["CategoriaServicio"]; ?>" />
<input type="hidden" name="hd_base_servicio" value="<?php echo $extras["Servicios"][$PSID]["Bases"]["Servicio"]; ?>" />
<input type="hidden" name="hd_base_acomodacion" value="<?php echo $extras["Servicios"][$PSID]["Bases"]["Acomodacion"]; ?>" />
<input type="hidden" name="hd_base_valor_servicio" value="<?php echo $extras["Servicios"][$PSID]["Bases"]["ValorServicio"]; ?>" />
<input type="hidden" name="hd_base_obligatorio" value="<?php echo $extras["Servicios"][$PSID]["Bases"]["Obligatorio"]; ?>" />
<input type="hidden" name="hd_valor_servicio[<?php echo $PSID; ?>]" value="<?php echo $extras["Servicios"][$PSID]["ValorServicio"]; ?>" />
<input type="hidden" name="hd_propuesta_servicio[<?php echo $PSID; ?>]" value="1" />
<input type="hidden" name="hd_cliente" value="<?php echo $extras["Cliente"]; ?>" />
<input type="hidden" name="hd_pedido" value="<?php echo $extras["Pedido"]; ?>" />
<input type="hidden" name="hd_propuesta" value="<?php echo $extras["Propuesta"]; ?>" />
<input type="hidden" name="hd_propuesta_grupo" value="<?php echo $extras["Grupo"]; ?>" />
<input type="hidden" name="jq_propuesta_servicio" id="lb_hd_propuesta_servicio" value="<?php echo $PSID; ?>" />
<input type="hidden" name="jq_grupo_principal" id="lb_hd_principal" value="<?php echo $extras["Principal"]; ?>" />
</form>
<?php
unset($selectores);
}
?>