Merge branch 'master' of http://git.dd:3000/AppStd/Monorepo
This commit is contained in:
commit
5a7af95877
@ -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