formatting
This commit is contained in:
parent
e893c1be2b
commit
c4571a28b9
6 changed files with 65 additions and 68 deletions
5
party.py
5
party.py
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# This file is part of the edcoment-module for Tryton.
|
||||
# This file is part of the edocument-module for Tryton from m-ds.de.
|
||||
# The COPYRIGHT file at the top level of this repository contains the
|
||||
# full copyright notices and license terms.
|
||||
|
||||
|
@ -19,8 +19,7 @@ class Party(metaclass=PoolMeta):
|
|||
return ident.code
|
||||
raise UserError(gettext(
|
||||
'edocument_xrechnung.msg_missing_xrechnung_route_id',
|
||||
partyname = self.rec_name,
|
||||
))
|
||||
partyname=self.rec_name))
|
||||
|
||||
# end Party
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue