Browse Source

fix label placement (#26580)

sonikf 1 year ago
parent
commit
e861372512
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/fourn/facture/card.php

+ 1 - 1
htdocs/fourn/facture/card.php

@@ -3213,8 +3213,8 @@ if ($action == 'create') {
 			print '<tr><td class="titlefield">'.$langs->trans('Type').'</td><td>';
 			print '<span class="badgeneutral">';
 			print $object->getLibType();
-			print $object->getSubtypeLabel('facture_fourn');
 			print '</span>';
+			print $object->getSubtypeLabel('facture_fourn');
 			if ($object->type == FactureFournisseur::TYPE_REPLACEMENT) {
 				$facreplaced = new FactureFournisseur($db);
 				$facreplaced->fetch($object->fk_facture_source);