2
0
forked from Wavyzz/dolibarr

do not ignore lines with mix od tabs and spaces

This commit is contained in:
Frédéric FRANCE
2019-10-20 17:17:22 +02:00
parent 0ede817588
commit 86f22c4563
28 changed files with 54 additions and 54 deletions

View File

@@ -40,7 +40,7 @@ function loan_prepare_head($object)
$head[$tab][1] = $langs->trans('Card');
$head[$tab][2] = 'card';
$tab++;
$head[$tab][0] = DOL_URL_ROOT.'/loan/schedule.php?loanid='.$object->id;
$head[$tab][1] = $langs->trans('FinancialCommitment');
$head[$tab][2] = 'FinancialCommitment';