From b9ba1a1ee6697dc27e33b8f14b041bc424563031 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 19 May 2011 16:18:58 +0000 Subject: [PATCH] Arreglado error tonto git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk@70 e2b1556b-49f8-d141-9351-52d6861a72d9 --- src/gestion_pedido.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gestion_pedido.php b/src/gestion_pedido.php index 8b00bd4..ace64cd 100644 --- a/src/gestion_pedido.php +++ b/src/gestion_pedido.php @@ -5,6 +5,8 @@ include("functions.php"); $idPedido=$_GET['idPedido']; include_once("html/cabecera.php"); include_once("Objects/HTML.php"); +include_once("Objects/Pedido.php"); + $pedido=new Pedido($idPedido,$usuario); $html=new HTML($locale); // Comprobamos los permisos