Update invoice_speedup patch for analytic invoice

This commit is contained in:
Sergi Almacellas Abellana 2016-04-14 11:33:42 +02:00
parent 4d3256690a
commit a70e8bea02
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,6 @@ diff -r 6429c9c53cb8 trytond/trytond/modules/account_bank/account.py
diff -r 95d77335bdd5 trytond/trytond/modules/analytic_invoice/invoice.py
--- a/trytond/trytond/modules/analytic_invoice/invoice.py Sun Mar 01 15:34:41 2015 +0100
+++ b/trytond/trytond/modules/analytic_invoice/invoice.py Mon Nov 30 14:24:25 2015 +0100
@@ -26,32 +26,32 @@
@@ -25,32 +25,33 @@
return result
@ -498,3 +497,4 @@ diff -r 95d77335bdd5 trytond/trytond/modules/analytic_invoice/invoice.py
+ return lines
class AnalyticAccountEntry: