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
aac584af
Commit
aac584af
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #2320 from defrance69/patch-46
Update paiement.class.php
parents
505f1946
50ff9d2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/compta/paiement/class/paiement.class.php
+2
-2
2 additions, 2 deletions
htdocs/compta/paiement/class/paiement.class.php
with
2 additions
and
2 deletions
htdocs/compta/paiement/class/paiement.class.php
+
2
−
2
View file @
aac584af
...
...
@@ -488,7 +488,7 @@ class Paiement extends CommonObject
$fac
->
thirdparty
->
name
,
'company'
);
if
(
$result
<=
0
)
dol_
print_error
(
$this
->
db
);
if
(
$result
<=
0
)
dol_
syslog
(
get_class
(
$this
)
.
'::addPaymentToBank '
.
$this
->
db
->
lasterror
()
);
$linkaddedforthirdparty
[
$fac
->
thirdparty
->
id
]
=
$fac
->
thirdparty
->
id
;
// Mark as done for this thirdparty
}
}
...
...
@@ -506,7 +506,7 @@ class Paiement extends CommonObject
$fac
->
thirdparty
->
name
,
'company'
);
if
(
$result
<=
0
)
dol_
print_error
(
$this
->
db
);
if
(
$result
<=
0
)
dol_
syslog
(
get_class
(
$this
)
.
'::addPaymentToBank '
.
$this
->
db
->
lasterror
()
);
$linkaddedforthirdparty
[
$fac
->
thirdparty
->
id
]
=
$fac
->
thirdparty
->
id
;
// Mark as done for this thirdparty
}
}
...
...
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