changeset 0e3b8e5b5203 in modules/account_es_sii:default
details:
https://hg.tryton.org/modules/account_es_sii?cmd=changeset&node=0e3b8e5b5203
description:
Remove uppercase to invoice in help text
issue11442
review356441002
diffstat:
account.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 4da06d28397d -r 0e3b8e5b5203 account.py
--- a/account.py Mon May 02 17:52:24 2022 +0200
+++ b/account.py Thu May 19 22:08:15 2022 +0200
@@ -255,7 +255,7 @@
])
csv = fields.Char("CSV", readonly=True,
help="A secure validation code that confirms the delivery of the "
- "related Invoice.")
+ "related invoice.")
error_code = fields.Char("Error Code", readonly=True,
states={
'invisible': ~Bool(Eval('error_code')),