changeset 1bf5b52c83a5 in modules/account_es_sii:default
details: 
https://hg.tryton.org/modules/account_es_sii?cmd=changeset&node=1bf5b52c83a5
description:
        Fix typo in period send sii invoices help text

        issue11402
        review380821002
diffstat:

 account.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ae5770708ae3 -r 1bf5b52c83a5 account.py
--- a/account.py        Fri Apr 15 08:22:22 2022 +0200
+++ b/account.py        Sat Apr 16 17:10:59 2022 +0200
@@ -173,7 +173,7 @@
         states={
             'invisible': Eval('type') != 'standard',
             },
-        help="Check to create SII records for the invoices of in the period.")
+        help="Check to create SII records for the invoices in the period.")
 
     @classmethod
     def write(cls, *args):

Reply via email to