Skip to content
Snippets Groups Projects
Commit 851cae80 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Fix: [ bug #1836 ] Required parameter missing in Rejetprelevement line

159
parent 4ae1106f
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ class RejetPrelevement ...@@ -156,7 +156,7 @@ class RejetPrelevement
} }
else else
{ {
$result=$pai->addPaymentToBank($user,'payment','(InvoiceRefused)',$bankaccount); $result=$pai->addPaymentToBank($user,'payment','(InvoiceRefused)',$bankaccount,'','');
if ($result < 0) if ($result < 0)
{ {
dol_syslog("RejetPrelevement::Create AddPaymentToBan Error"); dol_syslog("RejetPrelevement::Create AddPaymentToBan Error");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment