From a225c080f31d54cdc6e8401d675795e9d02620d2 Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Wed, 3 Jul 2024 22:46:33 +0200 Subject: [PATCH] NEW Thirdparty - Can upload a file with drag and drop --- htdocs/societe/card.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php index 95b620c091d01..16772f72f194f 100644 --- a/htdocs/societe/card.php +++ b/htdocs/societe/card.php @@ -6,17 +6,17 @@ * Copyright (C) 2005-2017 Regis Houssin * Copyright (C) 2008 Patrick Raguin * Copyright (C) 2010-2020 Juanjo Menent - * Copyright (C) 2011-2023 Alexandre Spangaro + * Copyright (C) 2011-2024 Alexandre Spangaro * Copyright (C) 2015 Jean-François Ferry * Copyright (C) 2015 Marcos García * Copyright (C) 2015 Raphaël Doursenaud - * Copyright (C) 2018 Nicolas ZABOURI - * Copyright (C) 2018 Ferran Marcet + * Copyright (C) 2018 Nicolas ZABOURI + * Copyright (C) 2018 Ferran Marcet * Copyright (C) 2018-2022 Frédéric France - * Copyright (C) 2022-2023 George Gkantinas + * Copyright (C) 2022-2023 George Gkantinas * Copyright (C) 2023 Nick Fragoulis * Copyright (C) 2023 Alexandre Janniaux - * Copyright (C) 2024 MDW + * Copyright (C) 2024 MDW * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -2674,7 +2674,7 @@ function init_check_no_email(input) { $head = societe_prepare_head($object); - print dol_get_fiche_head($head, 'card', $langs->trans("ThirdParty"), -1, 'company'); + print dol_get_fiche_head($head, 'card', $langs->trans("ThirdParty"), -1, 'company', 0, '', '', 0, '', 1); $formconfirm = '';