diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-12-06 12:52:30 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-12-13 12:39:03 +0000 |
commit | 9a46a3c2b32d27ff3c43170208dde67f1062b319 (patch) | |
tree | 73e95f09ed945bb748628ffabc4a79b22388d3f4 /web/cobrands/bexley/js.js | |
parent | fbd8ab7302c353bac71c220ad77ef6c7a280dbc5 (diff) |
[Bexley] Include UPRN in Uniform submission.
Diffstat (limited to 'web/cobrands/bexley/js.js')
-rw-r--r-- | web/cobrands/bexley/js.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/bexley/js.js b/web/cobrands/bexley/js.js index 10d675b93..a500ebbf3 100644 --- a/web/cobrands/bexley/js.js +++ b/web/cobrands/bexley/js.js @@ -76,6 +76,10 @@ fixmystreet.assets.add(road_defaults, { nearest_radius: 100, usrn: [ { + attribute: 'UPRN', + field: 'uprn' + }, + { attribute: 'NSG_REF', field: 'NSGRef' }, |