Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(374)

Issue 5085044: vatnumber issue17

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by odo
Modified:
1 year, 4 months ago
Reviewers:
Visibility:
Public.

Description

Looking at the pseudo-spec linked from wikipedia[1], it appears that the series for the 9755 checksum really starts at 100XXXXXX not at 101XXXXXX. Here is a patch that fixes the check and adds the relevant test sample. [1] http://www.hmrc.gov.uk/ebu/developer-mins100309.htm - powerpoint slide 41

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -7 lines) Patch
M vatnumber/__init__.py View 1 chunk +3 lines, -7 lines 2 comments Download
M vatnumber/tests.py View 1 chunk +1 line, -0 lines 2 comments Download

Messages

Total messages: 3
ced
https://codereview.appspot.com/5085044/diff/1/vatnumber/__init__.py File vatnumber/__init__.py (left): https://codereview.appspot.com/5085044/diff/1/vatnumber/__init__.py#oldcode601 vatnumber/__init__.py:601: if int(vat[0:3]) > 100: It just needs to change ...
13 years, 6 months ago (2011-09-21 13:21:00 UTC) #1
odo
https://codereview.appspot.com/5085044/diff/1/vatnumber/__init__.py File vatnumber/__init__.py (left): https://codereview.appspot.com/5085044/diff/1/vatnumber/__init__.py#oldcode601 vatnumber/__init__.py:601: if int(vat[0:3]) > 100: On 2011/09/21 13:21:01, ced wrote: ...
13 years, 6 months ago (2011-09-21 13:52:23 UTC) #2
ced
13 years, 5 months ago (2011-10-22 15:37:47 UTC) #3
Can be closed
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b