Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor 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
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
5dcc7e08
Commit
5dcc7e08
authored
15 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Add link to check a SIREN
parent
5abda4bd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
htdocs/admin/company.php
+1
-1
1 addition, 1 deletion
htdocs/admin/company.php
with
3 additions
and
1 deletion
ChangeLog
+
2
−
0
View file @
5dcc7e08
...
...
@@ -30,6 +30,8 @@ For users:
- New: Can define the new product ref when cloning.
- New: Project module support status of project and end date.
- New: Provide a debian/ubuntu package.
- New: Add link to check a SIREN for french users.
- New: Add link "now" to fill date when creating invoices.
- Fix: Import module works even if prefix is empty in source file.
- Fix: bug #28055 : Unable to modify the date of a cloned command.
- Fix: bug #27891.
...
...
This diff is collapsed.
Click to expand it.
htdocs/admin/company.php
+
1
−
1
View file @
5dcc7e08
...
...
@@ -689,7 +689,7 @@ else
if
(
$langs
->
transcountry
(
"ProfId1"
,
$code_pays
)
!=
'-'
)
{
print
$conf
->
global
->
MAIN_INFO_SIREN
;
if
(
$code_pays
==
'FR'
)
print
' <a href="http://avis-situation-sirene.insee.fr/avisitu/jsp/avis.jsp">'
.
$langs
->
trans
(
"Check"
)
.
'</a>'
;
if
(
$code_pays
==
'FR'
)
print
' <a href="http://avis-situation-sirene.insee.fr/avisitu/jsp/avis.jsp"
target="_blank"
>'
.
$langs
->
trans
(
"Check"
)
.
'</a>'
;
}
print
'</td></tr>'
;
}
...
...
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