Update box_mos.php (#25431)

This commit is contained in:
UT from dolibit
2023-07-23 23:51:51 +02:00
committed by GitHub
parent 6d77cb4511
commit f75024e5b8

View File

@@ -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.