Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Jul 3, 2023
1 parent 85c6845 commit 37c93c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/bom/tpl/objectline_view.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
print '</td>';
} else {
// Duration
print '<td class="linecolqty nowrap right">';
print '<td class="linecolduration nowrap right">';
$coldisplay++;
if ($line->fk_product > 0) {
$prodDurationHours = $tmpproduct->getProductDurationHours();
Expand All @@ -166,7 +166,7 @@
print '</td>';

// Qty
print '<td class="linecolduration nowrap right">';
print '<td class="linecolqty nowrap right">';
$coldisplay++;
echo price($line->qty, 0, '', 0, 0); // Yes, it is a quantity, not a price, but we just want the formating role of function price
print '</td>';
Expand Down

0 comments on commit 37c93c3

Please sign in to comment.