mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
add more
This commit is contained in:
@@ -508,6 +508,7 @@ class FormFile
|
||||
|
||||
$printer = 0;
|
||||
$supportedmoduleparts = [
|
||||
'company',
|
||||
'member',
|
||||
'product',
|
||||
'stock',
|
||||
|
||||
@@ -945,6 +945,9 @@ if (empty($reshook)) {
|
||||
$upload_dir = !empty($conf->societe->multidir_output[$object->entity ?? $conf->entity]) ? $conf->societe->multidir_output[$object->entity ?? $conf->entity] : $conf->societe->dir_output;
|
||||
$permissiontoadd = $user->hasRight('societe', 'creer');
|
||||
include DOL_DOCUMENT_ROOT.'/core/actions_builddoc.inc.php';
|
||||
|
||||
// Actions when printing a doc from card
|
||||
include DOL_DOCUMENT_ROOT.'/core/actions_printing.inc.php';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user