/* *************************************************************************** */ /* */ /* Mode vue et edition */ /* */ /* *************************************************************************** */ llxHeader('',$langs->trans('OrderCard'),''); $id = $_GET['id']; $ref= $_GET['ref']; if ($id > 0 || ! empty($ref)) { $commande = new Commande($db); if ( $commande->fetch($_GET['id'],$_GET['ref']) > 0) { $commande->loadExpeditions(1); $product_static=new Product($db); $soc = new Societe($db); $soc->fetch($commande->socid); $author = new User($db); $author->fetch($commande->user_author_id); $head = commande_prepare_head($commande); dol_fiche_head($head, 'shipping', $langs->trans("CustomerOrder"), 0, 'order'); /* * Confirmation de la validation */