We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c642d7c commit 9c84846Copy full SHA for 9c84846
inst/actions/geometa_create_iso_19115.R
@@ -44,7 +44,7 @@ function(action, entity, config){
44
indName = ""
45
if(!is.na(x$firstName)) indName = x$firstName
46
if(!is.na(x$lastName)){
47
- if(nzchar(indName)){
+ if(!nzchar(indName)){
48
indName = x$lastName
49
}else{
50
indName = paste(indName, x$lastName)
0 commit comments