Leerzeichen in Ausgabe ergänzt
This commit is contained in:
parent
1f136826eb
commit
5eb803ccbb
@ -293,7 +293,7 @@ namespace ZUGFeRDRESTService.Controllers
|
||||
{
|
||||
case ErrorCodes.MissingValueException:
|
||||
oErrors.AddRange(from item in oPropertyResult.MissingProperties
|
||||
select (item.EN16931_ID + "(" + item.Description + ")"));
|
||||
select (item.EN16931_ID + " (" + item.Description + ")"));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user