From 28247f37aea5656d0ee9c23fb2012a73331010dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Salvador?= Date: Tue, 23 Jul 2013 15:15:01 +0200 Subject: [PATCH] corrected filter in form_thirdparty call --- htdocs/margin/customerMargins.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/margin/customerMargins.php b/htdocs/margin/customerMargins.php index 88622bdf7ad..67bf8cef506 100644 --- a/htdocs/margin/customerMargins.php +++ b/htdocs/margin/customerMargins.php @@ -86,7 +86,7 @@ if ($socid > 0) { { print ''.$langs->trans('ThirdPartyName').''; print ''; - $form->form_thirdparty($_SERVER['PHP_SELF'].'?socid='.$socid,$socid,'socid','client=1',1,0,1); + $form->form_thirdparty($_SERVER['PHP_SELF'].'?socid='.$socid,$socid,'socid','client=1 OR client=3',1,0,1); print ''; $client = true; @@ -97,7 +97,7 @@ if ($socid > 0) { else { print ''.$langs->trans('ThirdPartyName').''; print ''; - $form->form_thirdparty($_SERVER['PHP_SELF'].'?socid='.$socid,null,'socid','client=1',1,0,1); + $form->form_thirdparty($_SERVER['PHP_SELF'],null,'socid','client=1 OR client=3',1,0,1); print ''; }