From 0e429ef058132a28b0874a8f5525081a1c3c5506 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 2 May 2022 20:26:34 +0200 Subject: [PATCH] Look and feel v16 --- htdocs/compta/facture/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index 10a9429fbe2..8ad3dfd22bc 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -3520,7 +3520,6 @@ if ($action == 'create') { } - print ''; if ($socid > 0) { @@ -3682,6 +3681,7 @@ if ($action == 'create') { print ''; print ''.$form->editfieldkey('Currency', 'multicurrency_code', '', $object, 0).''; print ''; + print img_picto('', 'currency', 'class="pictofixedwidth"'); print $form->selectMultiCurrency($currency_code, 'multicurrency_code'); print ''; }