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