From 3cf44fcd3ef767609044273ce5e7c4dc1c9e4825 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Fri, 21 Oct 2016 07:02:43 +0200 Subject: [PATCH] Fix: Missing Currency title --- htdocs/compta/paiement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index 3f8d97976bd..7bfbc9ea076 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -578,7 +578,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie print ''; print ''.$arraytitle.''; print ''.$langs->trans('Date').''; - if (!empty($conf->multicurrency->enabled)) print ''.$langs->trans('Currency').''; + print ''.$langs->trans('Currency').''; if (!empty($conf->multicurrency->enabled)) print ''.$langs->trans('MulticurrencyAmountTTC').''; if (!empty($conf->multicurrency->enabled)) print ''.$multicurrencyalreadypayedlabel.''; if (!empty($conf->multicurrency->enabled)) print ''.$multicurrencyremaindertopay.'';