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
2704f50b
Commit
2704f50b
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge branch 'bug-1577' of github.com:marcosgdf/dolibarr into
marcosgdf-bug-1577 Conflicts: ChangeLog
parents
f0d4ebe4
afd631e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-0
1 addition, 0 deletions
ChangeLog
htdocs/societe/soc.php
+1
-8
1 addition, 8 deletions
htdocs/societe/soc.php
with
2 additions
and
8 deletions
ChangeLog
+
1
−
0
View file @
2704f50b
...
...
@@ -27,6 +27,7 @@ Fix: Add code save on create event.
Fix: SQL injection.
Fix: [ bug #1589 ] Menu type in "Edit menu" page is not translated
Fix: [ bug #1591 ] Linked object block shows Total HT/TTC even if not having permission to read them
Fix: [ bug #1577 ] When creating new Private individual third, selected third type is ignored
***** ChangeLog for 3.5.4 compared to 3.5.3 *****
Fix: Hide title of event when agenda module disabled.
...
...
This diff is collapsed.
Click to expand it.
htdocs/societe/soc.php
+
1
−
8
View file @
2704f50b
...
...
@@ -159,14 +159,7 @@ if (empty($reshook))
$object
->
forme_juridique_code
=
GETPOST
(
'forme_juridique_code'
);
$object
->
effectif_id
=
GETPOST
(
'effectif_id'
);
if
(
GETPOST
(
"private"
)
==
1
)
{
$object
->
typent_id
=
dol_getIdFromCode
(
$db
,
'TE_PRIVATE'
,
'c_typent'
);
}
else
{
$object
->
typent_id
=
GETPOST
(
'typent_id'
);
}
$object
->
typent_id
=
GETPOST
(
'typent_id'
);
$object
->
client
=
GETPOST
(
'client'
);
$object
->
fournisseur
=
GETPOST
(
'fournisseur'
);
...
...
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