Nouveau numro de version
This commit is contained in:
parent
850170c7d6
commit
f4916d02fa
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
/* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@ -54,7 +54,10 @@ class modStock extends DolibarrModules
|
||||
$this->family = "products";
|
||||
$this->name = "Stock produits";
|
||||
$this->description = "Gestion des stocks";
|
||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||
|
||||
$this->revision = explode(" ","$Revision$");
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
$this->const_name = "MAIN_MODULE_STOCK";
|
||||
$this->const_config = MAIN_MODULE_STOCK;
|
||||
$this->special = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user