From b7c0e8416beb34d7beebd45eb8e8d174f2397108 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 9 May 2011 10:54:10 +0000 Subject: [PATCH] =?UTF-8?q?Ticket=20640=20->=20Entrada=20autom=C3=A1tica?= =?UTF-8?q?=20a=20la=20lista=20de=20solicitudes=20de=20oferta.?= 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/src@46 e2b1556b-49f8-d141-9351-52d6861a72d9 --- Objects/HTML.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Objects/HTML.php b/Objects/HTML.php index 9ebf46b..1900564 100644 --- a/Objects/HTML.php +++ b/Objects/HTML.php @@ -212,6 +212,9 @@ echo '
  • '.$opcion.'
  • '; } elseif (!strcmp($opcion, "Mis datos")) { $PonerAlFinal = '
  • '.$opcion.'
  • '; + } elseif (!strcmp($opcion, "Solicitudes de oferta")) { + // Ticket 640 -> Entrada automatica a la lista de solicitudes de oferta. + echo '
  • '.$opcion.'
  • '; } else { echo '
  • '.$opcion.'
  • '; }