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
66b8cfe9
Commit
66b8cfe9
authored
8 years ago
by
Laurent Destailleur
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #6200 from defrance/patch-63
$soc not needed (thirpartie used instead)
parents
bf084072
499eedff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/expedition/note.php
+10
-13
10 additions, 13 deletions
htdocs/expedition/note.php
with
10 additions
and
13 deletions
htdocs/expedition/note.php
+
10
−
13
View file @
66b8cfe9
...
...
@@ -97,9 +97,6 @@ $form = new Form($db);
if
(
$id
>
0
||
!
empty
(
$ref
))
{
$soc
=
new
Societe
(
$db
);
$soc
->
fetch
(
$object
->
socid
);
$head
=
shipping_prepare_head
(
$object
);
dol_fiche_head
(
$head
,
'note'
,
$langs
->
trans
(
"Shipment"
),
0
,
'sending'
);
...
...
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