forked from Wavyzz/dolibarr
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
This commit is contained in:
@@ -427,7 +427,7 @@ if ($action != 'export_csv') {
|
|||||||
|
|
||||||
// Show first line of a break
|
// Show first line of a break
|
||||||
print '<tr class="trforbreak">';
|
print '<tr class="trforbreak">';
|
||||||
print '<td colspan="'.($colspan+1).'" class="tdforbreak">'.$line->numero_compte.($root_account_description ? ' - '.$root_account_description : '').'</td>';
|
print '<td colspan="'.($colspan+1).'" class="tdforbreak">'.$root_account_number.($root_account_description ? ' - '.$root_account_description : '').'</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
$displayed_account = $root_account_number;
|
$displayed_account = $root_account_number;
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ function expensereport_prepare_head($object)
|
|||||||
$head[$h][2] = 'info';
|
$head[$h][2] = 'info';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
complete_head_from_modules($conf, $langs, $object, $head, $h, 'donation', 'add', 'external');
|
complete_head_from_modules($conf, $langs, $object, $head, $h, 'expensereport', 'add', 'external');
|
||||||
|
|
||||||
complete_head_from_modules($conf, $langs, $object, $head, $h, 'expensereport', 'remove');
|
complete_head_from_modules($conf, $langs, $object, $head, $h, 'expensereport', 'remove');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user