Fix(scrutinizer)

This commit is contained in:
FLIO 2022-11-30 15:52:33 +01:00
parent 00bf293b33
commit 66de178b46
2 changed files with 0 additions and 3 deletions

View File

@ -66,7 +66,6 @@ class Loan extends CommonObject
public $account_capital;
public $account_insurance;
public $account_interest;
public $total_paid;
/**
* @var integer|string date_creation

View File

@ -102,8 +102,6 @@ $morehtmlref .= '</div>';
$linkback = '<a href="'.DOL_URL_ROOT.'/loan/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
$object->totalpaid = $totalpaid; // To give a chance to dol_banner_tab to use already paid amount to show correct status
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlright);
print '<div class="fichecenter">';