Skip to content

Commit bbd0172

Browse files
committed
Fix css
1 parent ee84fad commit bbd0172

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

htdocs/fourn/facture/card.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3004,8 +3004,6 @@ function setRadioForTypeOfInvoice() {
30043004
//
30053005
$now = dol_now();
30063006

3007-
$productstatic = new Product($db);
3008-
30093007
$result = $object->fetch($id, $ref);
30103008
if ($result <= 0) {
30113009
recordNotFound('', 0);
@@ -3371,7 +3369,7 @@ function setRadioForTypeOfInvoice() {
33713369
print '<table class="border tableforfield centpercent">';
33723370

33733371
// Type
3374-
print '<tr><td class="titlefield">'.$langs->trans('Type').'</td><td>';
3372+
print '<tr><td>'.$langs->trans('Type').'</td><td>';
33753373
print '<span class="badgeneutral">';
33763374
print $object->getLibType();
33773375
print '</span>';

0 commit comments

Comments
 (0)