changeset a25be1287a95 in modules/analytic_invoice:default
details: 
https://hg.tryton.org/modules/analytic_invoice?cmd=changeset;node=a25be1287a95
description:
        Rename invoice state from cancel to cancelled

        issue8927
        review303661003
diffstat:

 tests/scenario_analytic_invoice.rst |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 0ba6d551b3ec -r a25be1287a95 tests/scenario_analytic_invoice.rst
--- a/tests/scenario_analytic_invoice.rst       Mon May 04 12:14:04 2020 +0200
+++ b/tests/scenario_analytic_invoice.rst       Sat Jun 06 10:23:14 2020 +0100
@@ -132,4 +132,4 @@
     >>> credit.execute('credit')
     >>> invoice.reload()
     >>> invoice.state
-    'cancel'
+    'cancelled'

Reply via email to