From 1b46718a7683e8e7109ed955846834e8f3d75f47 Mon Sep 17 00:00:00 2001 From: roberto Date: Thu, 26 Apr 2012 16:08:15 +0000 Subject: [PATCH] =?UTF-8?q?-=09A=C3=B1adir=20campo=20"Salario=20ofertado?= =?UTF-8?q?=20para=20=C3=A9sta=20oferta"=20a=20la=20oferta=20en=20el=20alt?= =?UTF-8?q?a=20y=20modifica-ci=C3=B3n.=20-=09Adem=C3=A1s=20en=20la=20ficha?= =?UTF-8?q?=20del=20candidato,=20en=20la=20lista=20de=20ofertas=20a=20las?= =?UTF-8?q?=20que=20est=C3=A1=20asociado,=20sacar=20tambi=C3=A9n=20el=20sa?= =?UTF-8?q?lario=20ofertado.=20-=09El=20campo=20observaciones=20de=20las?= =?UTF-8?q?=20ofertas=20que=20se=20pueda=20modificar.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk@135 e2b1556b-49f8-d141-9351-52d6861a72d9 --- src/gestion_oferta.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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");