Remove patch issue8699.diff, it was already removed from series but the patch file remained.

This commit is contained in:
Albert Cervera i Areny 2021-04-11 16:22:59 +02:00
parent 2a465e7edb
commit b24734d5f5
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
diff -r f4710591683e move.py
--- a/trytond/trytond/modules/product_cost_fifo/move.py Mon May 06 15:06:16 2019 +0200
+++ b/trytond/trytond/modules/product_cost_fifo/move.py Wed Oct 02 10:57:59 2019 +0200
@@ -70,6 +70,9 @@
if Decimal(str(consumed_qty)) != Decimal("0"):
cost_price = cost_price / Decimal(str(consumed_qty))
+ else:
+ cost_price = self.product.get_multivalue(
+ 'cost_price', **self._cost_price_pattern)
# Compute average cost price
unit_price = self.unit_price