Ticket #565 -> En una solicitud de oferta, se deben poder indicar varios perfiles técnicos git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@21 e2b1556b-49f8-d141-9351-52d6861a72d9
16 lines
401 B
PHP
16 lines
401 B
PHP
<?php
|
|
|
|
include("seguridad.php");
|
|
include("functions.php");
|
|
|
|
$idPedido = isset($_GET["idPedido"]) ? stripinput($_GET["idPedido"]) : "";
|
|
if(!isset($tabla)) $tabla = stripinput($_POST["tabla"]);
|
|
if(!isset($where)) $where = stripinput($_POST["where"]);
|
|
if(!isset($condicion)) $condicion = stripinput($_POST["condicion"]);
|
|
|
|
include_once("ver_pedido.php");
|
|
|
|
include_once("html/pie.php");
|
|
|
|
?>
|