Project

General

Profile

« Previous | Next » 

Revision 75cc4802

Added by Andreas Kohlbecker about 3 years ago

adaping to modified DerivationEventDTO

View differences:

modules/cdm_dataportal/includes/occurrences.inc
1386 1386
                  _description_list_group_add($groups, cdm_occurrence_field_name_label($field), $label,NULL, -10);
1387 1387
                break;
1388 1388
                case 'derivationEvent':
1389
                    @_description_list_group_add($groups, 'Gathering type:', ucfirst($value->derivationEventType), NULL, 1);
1389
                    @_description_list_group_add($groups, 'Gathering type:', ucfirst($value->eventType), NULL, 1);
1390 1390
                    break;
1391 1391
                case 'accessionNumber':
1392 1392
                    @_description_list_group_add($groups, cdm_occurrence_field_name_label($field), $value, NULL, 0);

Also available in: Unified diff