Skip to content

Commit

Permalink
Merge pull request #94 from tarunbhardwaj/develop
Browse files Browse the repository at this point in the history
Updating product data should write in template
  • Loading branch information
tarunbhardwaj committed Apr 30, 2015
2 parents 832b761 + 9bf11ed commit d0d340b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def update_from_magento_using_data(self, product_data):
'code': product_data['sku'],
})]
})
Template.write([self], product_template_values)
Template.write([self.template], product_template_values)

return self

Expand Down

0 comments on commit d0d340b

Please sign in to comment.