From 0bd47a3f5054a50537499a8a6d96357ba65334db Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 May 2019 15:58:44 +0200 Subject: [PATCH] Fix responsive --- htdocs/societe/card.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php index af134dcd354..be9ff83cb45 100644 --- a/htdocs/societe/card.php +++ b/htdocs/societe/card.php @@ -1367,10 +1367,13 @@ else if (! empty($conf->use_javascript_ajax)) { + $widthpopup = 600; + if ( empty($conf->dol_use_jmobile)) $widthpopup = 350; + $heightpopup = 400; print "\n"; print ''; print "\n";