From 71f537e4c1497dcd0752942d4dd9b0d8664159e2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 19 Feb 2021 22:12:03 +0100 Subject: [PATCH] Responsive --- htdocs/compta/facture/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index ece75be8b3a..1d83bbd4b76 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -4756,7 +4756,7 @@ if ($action == 'create') $paymentstatic->num_payment = $objp->num_payment; $paymentstatic->payment_code = $objp->payment_code; - print ''; + print ''; print $paymentstatic->getNomUrl(1); print ''; print ''; @@ -4785,7 +4785,7 @@ if ($action == 'create') $bankaccountstatic->accountancy_journal = $accountingjournal->getNomUrl(0, 1, 1, '', 1); } - print ''; + print ''; if ($bankaccountstatic->id) print $bankaccountstatic->getNomUrl(1, 'transactions'); print '';