diff --git a/src/gestion_oferta.php b/src/gestion_oferta.php index 84ca49f..eda436f 100644 --- a/src/gestion_oferta.php +++ b/src/gestion_oferta.php @@ -34,7 +34,7 @@ switch ($action) { case "edit": try{ if(count($errores)==0){ - $Oferta->setCampo("pedido",$_POST['solicitud'][0]); +// $Oferta->setCampo("pedido",$_POST['solicitud'][0]); $Oferta->setCampo("obsGerente",$_POST['observaciones']); $Oferta->setCampo("gerente",$usuario->getValor("oid")); $Oferta->setCampo("salario_ofertado",$_POST['salario_ofertado']); @@ -51,7 +51,7 @@ switch ($action) { -echo "

".$Oferta->getValor("referencia") ." - ". $Oferta->getValor("nombre_candidato")."

"; +echo "

".$Oferta->getValor("referencia") ." - ". $Oferta->getValor("nombre_solicitud") . " - ". $Oferta->getValor("nombre_candidato")."

"; if($mensaje!=""){ // Mostramos el mensaje if(in_array("9",$errores)){ @@ -61,21 +61,21 @@ if($mensaje!=""){ } } - +echo '
'. $locale['Solicitudes005'] .'
'; echo '
'; echo ""; -echo "" . - "" . - " "; +// "" . +// " " . $locale['1025'] . ":
"; -rellena_desplegable_pedidos_estado("solicitud", "130, 140", array($Oferta->getValor('pedido'))); +//echo ">" . $locale['1025'] . ":
"; +//rellena_desplegable_pedidos_estado("solicitud", "130, 140", array($Oferta->getValor('pedido'))); -echo " "; +//echo " "; -echo "
"; +//echo ""; echo ""; echo ""; @@ -93,7 +93,7 @@ echo '' . // Botones de guardar y restablecer echo "'; +//echo ''; echo "
"; echo ''; -echo '
"; echo "
"; include_once("html/pie.php");