diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index 2b0dd39dc83..e6ec4643e37 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -844,7 +844,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' print ''; print $form->editfieldkey("StripeSupplierId", 'key_account_supplier', $stripesupplieracc, $object, $permissiontowrite, 'string', '', 0, 2, 'socid'); print ''; - print $form->editfieldval("StripeSupplierId", 'key_account_supplier', $stripesupplieracc, $object, $permissiontowrite, 'string', '', null, null, '', 2, '', 'socid'); + print $form->editfieldval("StripeConnectAccount", 'key_account_supplier', $stripesupplieracc, $object, $permissiontowrite, 'string', '', null, null, '', 2, '', 'socid'); if (! empty($conf->stripe->enabled) && $stripesupplieracc && $action != 'editkey_account') { $connect='';