Arreglado error tonto
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@70 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
parent
eef3eef8e4
commit
6eeb42d4aa
@ -5,6 +5,8 @@ include("functions.php");
|
|||||||
$idPedido=$_GET['idPedido'];
|
$idPedido=$_GET['idPedido'];
|
||||||
include_once("html/cabecera.php");
|
include_once("html/cabecera.php");
|
||||||
include_once("Objects/HTML.php");
|
include_once("Objects/HTML.php");
|
||||||
|
include_once("Objects/Pedido.php");
|
||||||
|
|
||||||
$pedido=new Pedido($idPedido,$usuario);
|
$pedido=new Pedido($idPedido,$usuario);
|
||||||
$html=new HTML($locale);
|
$html=new HTML($locale);
|
||||||
// Comprobamos los permisos
|
// Comprobamos los permisos
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user