From 398ff6cd3b994e4f4d0ce9f3c545260e79d9a48c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 14 Feb 2023 20:07:00 +0100 Subject: [PATCH] Fix trans --- 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 96666b28d8c..f96f9bb4478 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -244,7 +244,7 @@ $arrayfields = array( 's.phone'=>array('label'=>"Phone", 'position'=>27, 'checked'=>1), 's.fax'=>array('label'=>"Fax", 'position'=>28, 'checked'=>0), 'typent.code'=>array('label'=>"ThirdPartyType", 'position'=>29, 'checked'=>$checkedtypetiers), - 'staff.code'=>array('label'=>"Staff", 'position'=>31, 'checked'=>0), + 'staff.code'=>array('label'=>"Workforce", 'position'=>31, 'checked'=>0), 's.siren'=>array('label'=>"ProfId1Short", 'position'=>40, 'checked'=>$checkedprofid1), 's.siret'=>array('label'=>"ProfId2Short", 'position'=>41, 'checked'=>$checkedprofid2), 's.ape'=>array('label'=>"ProfId3Short", 'position'=>42, 'checked'=>$checkedprofid3),