Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr_module_pdfdownloadnotifier
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_pdfdownloadnotifier
Commits
321f41d2
Commit
321f41d2
authored
1 year ago
by
Thomas Negre
Browse files
Options
Downloads
Plain Diff
Merge branch '2022.5.3_rc_version' into '2022.5.3_rc'
New ajout infos about See merge request
!6
parents
e580b500
2fabd1f6
No related branches found
No related tags found
2 merge requests
!8
2022.5.3 rc -> 5.3
,
!6
New ajout infos about
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
admin/about.php
+2
-0
2 additions, 0 deletions
admin/about.php
with
2 additions
and
0 deletions
admin/about.php
+
2
−
0
View file @
321f41d2
...
...
@@ -57,9 +57,11 @@ $modClass = new modPdfDownloadNotifier($db);
$PdfDownloadNotifierVersion
=
!
empty
(
$modClass
->
getVersion
())
?
$modClass
->
getVersion
()
:
'NC'
;
$supportvalue
=
"/*****"
.
"<br>"
;
$supportvalue
.
=
" * Module : "
.
$langs
->
trans
(
"Module163050Name"
)
.
"<br>"
;
$supportvalue
.
=
" * Module version : "
.
$PdfDownloadNotifierVersion
.
"<br>"
;
$supportvalue
.
=
" * Dolibarr version : "
.
DOL_VERSION
.
"<br>"
;
$supportvalue
.
=
" * Dolibarr version installation initiale : "
.
$conf
->
global
->
MAIN_VERSION_LAST_INSTALL
.
"<br>"
;
$supportvalue
.
=
" * Version PHP : "
.
PHP_VERSION
.
"<br>"
;
$supportvalue
.
=
" *****/"
.
"<br><br>"
;
$supportvalue
.
=
"Description de votre problème :"
.
"<br>"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment