Look: Modification estthique mineure.

This commit is contained in:
Laurent Destailleur 2004-05-03 01:48:30 +00:00
parent 378cc06810
commit 370573be78
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ class modProduit extends DolibarrModules
$this->const = array();
$this->boxes = array();
$this->boxes[0][0] = "Derniers produits";
$this->boxes[0][0] = "Derniers produits/services enregistrés";
$this->boxes[0][1] = "box_produits.php";
}
/*

View File

@ -46,7 +46,7 @@ class modService extends DolibarrModules
$this->const = array();
$this->boxes = array();
$this->boxes[0][0] = "Services vendus";
$this->boxes[0][0] = "Derniers produits/services contractés";
$this->boxes[0][1] = "box_services_vendus.php";
}
/*