Skip to content

Commit

Permalink
Merge pull request Evarisk#1275 from evarisk-micka/add_missing_produc…
Browse files Browse the repository at this point in the history
…t_object

Evarisk#1274 [Control] add: missing product object
  • Loading branch information
evarisk-theo authored Jul 4, 2023
2 parents 6deb5d2 + cdac8db commit ac7c3bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view/control/control_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
$document = new ControlDocument($db);
$signatory = new SaturneSignature($db, 'dolismq');
$controlEquipment = new ControlEquipment($db);
$product = new Product($db);
$sheet = new Sheet($db);
$question = new Question($db);
$answer = new Answer($db);
Expand Down

0 comments on commit ac7c3bd

Please sign in to comment.