Skip to content

Commit

Permalink
fix missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Jun 30, 2023
1 parent 61c1803 commit 8783fee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions htdocs/bom/class/bom.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
*/
class BOM extends CommonObject
{

/**
* @var string ID of module.
*/
public $module = 'bom';

/**
* @var string ID to identify managed object
*/
Expand Down

0 comments on commit 8783fee

Please sign in to comment.