Remove patch as it seems it is no longer necessary.

This commit is contained in:
Albert Cervera i Areny 2015-07-29 19:04:15 +02:00
parent fd650fa3a3
commit 1aefa8d254
2 changed files with 0 additions and 14 deletions

View File

@ -1,13 +0,0 @@
diff -r acda45bb0d0e party.py
--- .a/trytond/trytond/modules/party/party.py Sun Mar 15 15:58:42 2015 +0100
+++ .b/trytond/trytond/modules/party/party.py Thu Apr 02 17:19:58 2015 +0200
@@ -318,7 +318,8 @@
if not party.vat_code:
continue
try:
- if not vatnumber.check_vies(party.vat_code):
+ if (not party.vat_country
+ or not vatnumber.check_vies(party.vat_code)):
parties_failed.append(party.id)
else:
parties_succeed.append(party.id)

1
series
View File

@ -42,7 +42,6 @@ issue6021003_1.diff
issue6951002_20001.diff
issue92001_42002_52002_wsgi_protocol.diff
check-vies-issue12101002.patch
stock_supply_production-performance-improvement.diff