Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr_module_documentstray
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dolibarr extension
dolibarr_module_documentstray
Merge requests
!47
FIX - Correction de support avec les modeles de facture
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
FIX - Correction de support avec les modeles de facture
2024_rc
into
2024
Overview
0
Commits
1
Pipelines
2
Changes
3
Merged
KHELIFA
requested to merge
2024_rc
into
2024
1 month ago
Overview
0
Commits
1
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Compare
2024
2024 (base)
and
latest version
latest version
c11ebcfa
1 commit,
1 month ago
3 files
+
7
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
class/actions_documentstray.class.php
+
1
−
1
Options
@@ -49,7 +49,7 @@ class ActionsDocumentsTray
/**
* @var array Excluded elements
*/
protected
static
$excluded_elements
=
array
(
'category'
,
'questionnaire'
);
protected
static
$excluded_elements
=
array
(
'category'
,
'questionnaire'
,
'facturerec'
);
/**
* @var DictionaryLine Line of the dictionary if found
Loading