Skip to content

Commit

Permalink
#2875 [ODT] fix: missing include for custom digiriskelement odt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Dec 21, 2022
1 parent 031fc82 commit b3a0f75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
require_once DOL_DOCUMENT_ROOT . '/core/lib/admin.lib.php';
require_once DOL_DOCUMENT_ROOT . '/ticket/class/ticket.class.php';
require_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php';
require_once __DIR__ . '/../../../../../class/riskanalysis/risksign.class.php';

/**
* Parent class for documents models
Expand Down

0 comments on commit b3a0f75

Please sign in to comment.