2
0
forked from Wavyzz/dolibarr

Trad: Traduction des titres des lots d'export

This commit is contained in:
Laurent Destailleur
2006-01-22 18:31:56 +00:00
parent 49561ad1a2
commit 93d834b917
46 changed files with 106 additions and 62 deletions

View File

@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
/**
@@ -31,8 +30,9 @@
include_once "DolibarrModules.class.php";
/** \class modProduit
\brief Classe de description et activation du module Produit
/**
\class modProduit
\brief Classe de description et activation du module Produit
*/
class modCategorie extends DolibarrModules
@@ -45,6 +45,7 @@ class modCategorie extends DolibarrModules
function modCategorie ($DB)
{
$this->db = $DB;
$this->id = 'categorie'; // Same value xxx than in file modXxx.class.php file
$this->numero = 1780;
$this->family = "products";