continue fix banktransfert supplier

This commit is contained in:
Florian HENRY 2020-11-25 11:22:31 +01:00
parent 12ef03f06d
commit 73d6266151

View File

@ -1320,7 +1320,7 @@ class BonPrelevement extends CommonObject
$url = DOL_URL_ROOT.'/compta/prelevement/card.php?id='.$this->id;
if ($this->type == 'bank-transfer') {
$url = DOL_URL_ROOT.'/compta/paymentbybanktransfer/card.php?id='.$this->id;
$url = DOL_URL_ROOT.'/compta/prelevement/card.php?id='.$this->id;
}
if ($option != 'nolink')