mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Update box_mos.php (#25431)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user