Remove patch that it's applyed in core

This commit is contained in:
Bernat Brunet Torruella 2014-02-23 11:18:25 +01:00
parent 511f17cf67
commit fa61c0b673
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
diff -r 166951a7f36f fiscalyear.py
--- ./modules/account/fiscalyear.py Wed Dec 04 17:07:11 2013 +0100
+++ ./modules/account/fiscalyear.py Thu Feb 13 10:13:38 2014 +0100
@@ -391,6 +391,7 @@
accounts = Account.search([
('company', '=', self.start.fiscalyear.company.id),
('deferral', '=', False),
+ ('kind', '!=', 'view'),
])
lines = []
for account in accounts: