Skip to content

Commit

Permalink
FIX phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Dec 13, 2024
1 parent 6d17aeb commit 977aa54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/tpl/objectline_view.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@
$tooltiponprice .= '<br>';
$tooltiponpricemultiprice .= '<br>';
if (!empty($line->special_code)) {
$tooltiponprice .= '<br>'.$langs->trans("SpecialLine").' : '.getLabelSpecialcode($line->special_code);
$tooltiponpricemultiprice .= '<br>'.$langs->trans("SpecialLine").' : '.getLabelSpecialcode($line->special_code);
$tooltiponprice .= '<br>'.$langs->trans("SpecialLine").' : '.getLabelSpecialCode($line->special_code);
$tooltiponpricemultiprice .= '<br>'.$langs->trans("SpecialLine").' : '.getLabelSpecialCode($line->special_code);
}
if ($line->product_type == 9) {
$tooltiponprice .= '<br>'.$langs->trans("SpecialLine").' : '.$langs->trans("GroupingLine");
Expand Down

0 comments on commit 977aa54

Please sign in to comment.