Skip to content

Commit

Permalink
#32 fix inladen van gekozen gemeente
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickkuypers committed Feb 23, 2022
1 parent 6cdf916 commit cddb707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CrabZoomer.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ define([

var location = this.value;
if (location && location.municipality && location.province && location.province.id === value) {
this._setMunicipality(location.municipality.niscode);
this._setMunicipality(location.municipality.id);
}
})
);
Expand Down

0 comments on commit cddb707

Please sign in to comment.