Please review this at http://codereview.appspot.com/850043/show
Affected files:
M party.py
Index: party.py
===================================================================
--- a/party.py
+++ b/party.py
@@ -206,7 +206,7 @@
for party in self.browse(cursor, user, ids):
vat_number = party.vat_number
- if not (vat_number and party.vat_country):
+ if not party.vat_country:
continue
if not getattr(vatnumber, 'check_vat_' + \
--
Cédric Krier
B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/
pgpVjbgKnP58R.pgp
Description: PGP signature
