changeset f7d2adf5ecd0 in modules/web_shop_shopify:default
details: 
https://hg.tryton.org/modules/web_shop_shopify?cmd=changeset&node=f7d2adf5ecd0
description:
        Update also confirmed sale
diffstat:

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

diffs (12 lines):

diff -r 0a56a54e9d4e -r f7d2adf5ecd0 web.py
--- a/web.py    Fri Oct 22 12:22:40 2021 +0200
+++ b/web.py    Tue Oct 26 13:27:53 2021 +0200
@@ -515,7 +515,7 @@
             sales = Sale.search([
                     ('web_shop', '=', shop.id),
                     ('shopify_identifier', '!=', None),
-                    ('state', 'in', ['quotation', 'processing']),
+                    ('state', 'in', ['quotation', 'confirmed', 'processing']),
                     ])
             with shop.shopify_session():
                 for sale in sales:

Reply via email to