FIX issue11306.diff

Task #050214
This commit is contained in:
Juanjo Garcia 2022-03-16 10:48:04 +01:00
parent 55abf6215c
commit 1f7b6099e2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ index 106de10..854f319 100644
+ self.analytic_accounts = entries
+
+ def get_move(self, period=None):
+ move = super(InvoiceDeferred, self).get_move()
+ move = super(InvoiceDeferred, self).get_move(period)
+
+ if self.invoice_line.analytic_accounts:
+ for line in move.lines: