diff --git a/gnucash/report/locale-specific/us/taxtxf.scm b/gnucash/report/locale-specific/us/taxtxf.scm index 321501e67f..ef7e6b5d58 100644 --- a/gnucash/report/locale-specific/us/taxtxf.scm +++ b/gnucash/report/locale-specific/us/taxtxf.scm @@ -3184,12 +3184,9 @@ from-date to-date tax-year - (if (gnc:txf-get-tax-entity-type-description - (string->symbol tax-entity-type)) - (gnc:txf-get-tax-entity-type-description - (string->symbol tax-entity-type)) - "None specified" - ) + (or (gnc:txf-get-tax-entity-type-description + (string->symbol tax-entity-type)) + "None specified") ))))) (if (not (null? txf-invalid-alist))