From eef52208ea76d7b68a389592bc7aa3fe8b99fa5e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 11 Sep 2024 17:03:00 +0200 Subject: [PATCH] Debug v20 --- htdocs/comm/propal/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index 56a7f691720..6c0b0ad411b 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -2570,7 +2570,7 @@ if ($action == 'create') { $filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR description LIKE '(EXCESS RECEIVED)%')"; } - print ''.$langs->trans('Discounts').''; + print ''.$langs->trans('Discounts').''; $absolute_discount = $soc->getAvailableDiscounts('', $filterabsolutediscount); $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote);