Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
1ae01ba2fc
@ -1947,8 +1947,8 @@ class ExtraFields
|
||||
if (!empty($onlykey) && $onlykey != '@GETPOSTISSET' && $key != $onlykey) {
|
||||
continue;
|
||||
}
|
||||
if (!empty($onlykey) && $onlykey == '@GETPOSTISSET' && !GETPOSTISSET('options_'.$key) && $this->attributes[$object->table_element]['type'][$key] != 'boolean') {
|
||||
//when unticking boolean field, it's not set in POST
|
||||
|
||||
if (!empty($onlykey) && $onlykey == '@GETPOSTISSET' && !GETPOSTISSET('options_'.$key) && (! in_array($this->attributes[$object->table_element]['type'][$key], array('boolean', 'chkbxlst')))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
@ -157,15 +157,15 @@ ProfId3CL=-
|
||||
ProfId4CL=-
|
||||
ProfId5CL=-
|
||||
ProfId6CL=-
|
||||
ProfId1CM=Id. prof. 1 (Registre de Commerce)
|
||||
ProfId2CM=Id. prof. 2 (N° Contribuable)
|
||||
ProfId3CM=Id. prof. 3 (N° Arrêté de création)
|
||||
ProfId1CM=Id. prof. 1 (Trade Register)
|
||||
ProfId2CM=Id. prof. 2 (Taxpayer No.)
|
||||
ProfId3CM=Id. prof. 3 (Decree of creation)
|
||||
ProfId4CM=-
|
||||
ProfId5CM=-
|
||||
ProfId6CM=-
|
||||
ProfId1ShortCM=Registre de Commerce
|
||||
ProfId2ShortCM=N° Contribuable
|
||||
ProfId3ShortCM=N° Arrêté de création
|
||||
ProfId1ShortCM=Trade Register
|
||||
ProfId2ShortCM=Taxpayer No.
|
||||
ProfId3ShortCM=Decree of creation
|
||||
ProfId4ShortCM=-
|
||||
ProfId5ShortCM=-
|
||||
ProfId6ShortCM=-
|
||||
|
||||
Loading…
Reference in New Issue
Block a user