Sergi Almacellas Abellana pushed to branch branch/default at Tryton / Tryton


Commits:
22c0ecec by Pedro Nuñez at 2023-06-30T09:17:02+02:00
Correct call to super method for Shopify name

The name of the property was changed on commit 905801635f45
but the call to super method was not updated to the new name.

Closes #12355
- - - - -


1 changed file:

- modules/web_shop_shopify/product.py


Changes:

=====================================
modules/web_shop_shopify/product.py
=====================================
@@ -612,7 +612,7 @@
 
     @property
     def shopify_name(self):
-        name = super().shopify_filename
+        name = super().shopify_name
         if self.product:
             attributes_name = self.product.attributes_name
         else:



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/22c0ececae8817f6b91bed9b13e0e1ac60a3ca1d

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/22c0ececae8817f6b91bed9b13e0e1ac60a3ca1d
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to