Remove issue9766.diff

This commit is contained in:
Raimon Esteve 2021-01-29 15:59:17 +01:00
parent ee5241acf8
commit 025a3e7b7e
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
--- a/trytond/trytond/modules/account/period.py
+++ b/trytond/trytond/modules/account/period.py
@@ -313,7 +313,7 @@ class Period(Workflow, ModelSQL, ModelView):
raise ClosePeriodError(
gettext('account.msg_close_period_non_posted_moves',
period=unposted_move.period.rec_name,
- move=unposted_move.rec_name))
+ moves=unposted_move.rec_name))
journal_periods = JournalPeriod.search([
('period', 'in', [p.id for p in periods]),
])

1
series
View File

@ -30,7 +30,6 @@ issue8702.diff # [stock_supply_forecast] Support production forecast
issue8860.diff # [stock_forecast] stock_forecast does not spread all the quantities
issue9766.diff # [account] fix error message non_posted_moves at closing period
statement_of_account.diff # [account] Cumulate balance of previous fiscal years
issue9017.diff # [purchase] Doesn't copy product_suppliers when a template or a product is duplicated