Fix trans

This commit is contained in:
Laurent Destailleur 2023-02-14 20:07:00 +01:00
parent 60231acf0f
commit 398ff6cd3b

View File

@ -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),