From e555683787e3a989ecc64e569c184988f057eaf4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 21 Dec 2021 14:46:44 +0100 Subject: [PATCH] Fix unexpected code --- htdocs/reception/document.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/reception/document.php b/htdocs/reception/document.php index 577b6637fc4..9093f645e48 100644 --- a/htdocs/reception/document.php +++ b/htdocs/reception/document.php @@ -116,9 +116,6 @@ if ($id > 0 || !empty($ref)) { $morehtmlref = '
'; - // Ref customer - $morehtmlref .= $form->editfieldkey("RefCustomer", 'ref_client', $object->ref_client, $object, 0, 'string', '', 0, 1); - $morehtmlref .= $form->editfieldval("RefCustomer", 'ref_client', $object->ref_client, $object, 0, 'string', '', null, null, '', 1); // Thirdparty $morehtmlref .= '
'.$langs->trans('ThirdParty').' : '.$object->thirdparty->getNomUrl(1);