From c7b4f20f6ed6227cfc88b0b5b93e755d5a6e39d3 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Thu, 24 Dec 2020 15:00:26 +0100 Subject: [PATCH] merge --- htdocs/societe/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index ffdba17d24d..f4ddb7e571f 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -597,7 +597,7 @@ $arrayofmassactions = array( //if($user->rights->societe->creer) $arrayofmassactions['createbills']=$langs->trans("CreateInvoiceForThisCustomer"); if ($user->rights->societe->supprimer) $arrayofmassactions['predelete'] = ''.$langs->trans("Delete"); if ($user->rights->societe->creer) $arrayofmassactions['preaffecttag'] = ''.$langs->trans("AffectTag"); -if (GETPOST('nomassaction', 'int') || in_array($massaction, array('presend', 'predelete'))) $arrayofmassactions = array(); +if (GETPOST('nomassaction', 'int') || in_array($massaction, array('presend', 'predelete', 'preaffecttag'))) $arrayofmassactions = array(); $massactionbutton = $form->selectMassAction('', $arrayofmassactions); $typefilter = '';