Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 714b0e6

Browse files
CORE tpl line: rename and add class for column total_ttc in line template (view and title) PR Dolibarr#33590
1 parent 2f620b0 commit 714b0e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

htdocs/core/tpl/objectline_title.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
}
184184

185185
if ($outputalsopricetotalwithtax) {
186-
print '<th class="right" style="width: 80px">'.$langs->trans('TotalTTCShort').'</th>';
186+
print '<th class="linecolttc right" style="width: 80px">'.$langs->trans('TotalTTCShort').'</th>';
187187
}
188188

189189
if (isModEnabled('asset') && $object->element == 'invoice_supplier') {

htdocs/core/tpl/objectline_view.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414

415415
// Price inc tax
416416
if ($outputalsopricetotalwithtax) {
417-
print '<td class="linecolht nowrap right">'.price($sign * $line->total_ttc).'</td>';
417+
print '<td class="linecolttc nowrap right">'.price($sign * $line->total_ttc).'</td>';
418418
$coldisplay++;
419419
}
420420

0 commit comments

Comments
 (0)