diff --git a/htdocs/core/boxes/box_mos.php b/htdocs/core/boxes/box_mos.php index 812fcab7b64..a01a68bd02b 100644 --- a/htdocs/core/boxes/box_mos.php +++ b/htdocs/core/boxes/box_mos.php @@ -28,14 +28,14 @@ include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php'; /** - * Class to manage the box to show last orders + * Class to manage the box to show last manufacturing orders (MO) */ class box_mos extends ModeleBoxes { - public $boxcode = "lastmos"; - public $boximg = "object_mrp"; - public $boxlabel = "BoxTitleLatestModifiedMos"; - public $depends = array("mrp"); + public $boxcode = "lastmos"; + public $boximg = "object_mrp"; + public $boxlabel = "BoxTitleLatestModifiedMOs"; + public $depends = array("mrp"); /** * @var DoliDB Database handler.