This commit is contained in:
Alexandre SPANGARO 2018-05-24 20:25:06 +02:00
parent 4d3ce7a3d6
commit 7d2d818679

View File

@ -1,5 +1,5 @@
<?php <?php
/* Copyright (C) 2014-2016 Alexandre Spangaro <aspangaro.dolibarr@gmail.com> /* Copyright (C) 2014-2018 Alexandre Spangaro <aspangaro@zendsi.com>
* Copyright (C) 2015 Frederic France <frederic.france@free.fr> * Copyright (C) 2015 Frederic France <frederic.france@free.fr>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -18,7 +18,7 @@
/** /**
* \file htdocs/loan/class/paymentloan.class.php * \file htdocs/loan/class/paymentloan.class.php
* \ingroup facture * \ingroup loan
* \brief File of class to manage payment of loans * \brief File of class to manage payment of loans
*/ */
@ -512,7 +512,7 @@ class PaymentLoan extends CommonObject
if (!empty($this->id)) if (!empty($this->id))
{ {
$link = '<a href="'.DOL_URL_ROOT.'/compta/payment/card.php?id='.$this->id.'">'; $link = '<a href="'.DOL_URL_ROOT.'/loan/payment/card.php?id='.$this->id.'">';
$linkend='</a>'; $linkend='</a>';
if ($withpicto) $result.=($link.img_object($langs->trans("ShowPayment").': '.$this->ref,'payment').$linkend.' '); if ($withpicto) $result.=($link.img_object($langs->trans("ShowPayment").': '.$this->ref,'payment').$linkend.' ');