Ajout lien vers les factures
This commit is contained in:
parent
7ab5bfd5d0
commit
416376d563
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
/* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@ -21,9 +21,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file htdocs/compta/export/pre.inc.php
|
||||
\ingroup compta
|
||||
\brief Fichier gestionnaire du menu export compta
|
||||
/*!
|
||||
\file htdocs/compta/export/pre.inc.php
|
||||
\ingroup compta
|
||||
\brief Fichier gestionnaire du menu export compta
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@ -39,10 +40,14 @@ function llxHeader($head = "", $title="", $help_url='')
|
||||
|
||||
// Les recettes
|
||||
|
||||
$langs->load("bills");
|
||||
|
||||
$menu->add(DOL_URL_ROOT."/compta/clients.php", $langs->trans("Customers"));
|
||||
|
||||
$menu->add(DOL_URL_ROOT."/compta/ventilation/",$langs->trans("Ventilation"));
|
||||
|
||||
$menu->add(DOL_URL_ROOT."/compta/facture.php",$langs->trans("Bills"));
|
||||
|
||||
$menu->add(DOL_URL_ROOT."/compta/export/",$langs->trans("Export"));
|
||||
$menu->add_submenu(DOL_URL_ROOT."/compta/export/liste.php",$langs->trans("List"));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user