Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Dec 28, 2018
1 parent 27eb4ac commit 9f31eb6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ public BevestigingsBericht ontvangKennisgeving(KennisgevingsBericht kennisgeving
saveBericht(kennisgeving, kennisgeving.getStuurgegevens().getTijdstipBericht());
break;
case W:
// dit werkt -nog- niet omdat dit 2 PRS nodes bevat, een was en een wordt...
saveBericht(kennisgeving, kennisgeving.getStuurgegevens().getKennisgeving().getTijdstipMutatie());
break;
case V:
case C:
default:
Expand Down

0 comments on commit 9f31eb6

Please sign in to comment.