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 "