diff options
author | Dave Arter <davea@mysociety.org> | 2018-02-15 17:02:56 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-03 12:44:24 +0100 |
commit | b03266c798739ffe010495415ad50e93d21a4c04 (patch) | |
tree | 63a166621e23567632190f006fb43493f2566ae4 | |
parent | e4c1351c6823fba1ef6d3de24cfccee9f43b2143 (diff) |
[Buckinghamshire] Store USRN in site_code field
-rw-r--r-- | web/cobrands/buckinghamshire/js.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/buckinghamshire/js.js b/web/cobrands/buckinghamshire/js.js index a41dd6367..c88cce7a5 100644 --- a/web/cobrands/buckinghamshire/js.js +++ b/web/cobrands/buckinghamshire/js.js @@ -77,7 +77,10 @@ fixmystreet.assets.add($.extend(true, {}, defaults, { stylemap: highways_stylemap, always_visible: true, non_interactive: true, - usrn_field: 'site_code' + usrn: { + attribute: 'site_code', + field: 'site_code' + } })); })(); |