alphagov / trade-tariff-backend

Enabling the population and distribution via API of UK Customs tariffs and duties
MIT License
7 stars 6 forks source link

Hide non declarable commodities #77

Closed saulius closed 11 years ago

saulius commented 11 years ago

This change is for https://www.pivotaltracker.com/story/show/45933857 and https://www.pivotaltracker.com/story/show/44956239.

This is the second attempt of identifying non declarable commodities that have product line suffixes of 80. By TARIC manual these goods codes should be declarable, but apparently they are not.

After deploy we expect https://tariff.preview.alphagov.co.uk/trade-tariff/commodities/3903909000 to be unreachable as well as search not finding 3903909000 or 6912003000. They redirect to heading pages as it's the next best choice for match of such code.

jabley commented 11 years ago

Are there related changes to https://github.com/alphagov/trade-tariff-suite

saulius commented 11 years ago

Enabled the test https://github.com/alphagov/trade-tariff-suite/pull/1.