add missing class

This commit is contained in:
melina 2022-05-03 09:44:18 +02:00
parent ed6eeb3533
commit ce56dc132c

View File

@ -49,6 +49,7 @@ if (!defined('INCLUDE_PHONEPAGE_FROM_PUBLIC_PAGE')) {
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
require_once DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php';
$hookmanager->initHooks(array('takeposinvoice'));
global $mysoc;