diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 22:51:37 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 22:51:37 +0800 |
commit | 7b93fab0c0804fae6b492ab9decf058128af8d50 (patch) | |
tree | fd1c08f19223cba3a63f96005ecdd218c8b69979 /qicclient/product.hxx | |
parent | 59852bbbdff6f631b9c1b2712e7b3570c2f5a0dc (diff) |
libicclient renamed prod_group to prodgroup
Diffstat (limited to 'qicclient/product.hxx')
-rw-r--r-- | qicclient/product.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qicclient/product.hxx b/qicclient/product.hxx index 4e129b5..79584c7 100644 --- a/qicclient/product.hxx +++ b/qicclient/product.hxx @@ -34,8 +34,8 @@ namespace ICClient { thumb = QString{product->thumb}; if (product->image) image = QString{product->image}; - if (product->prod_group) - prodGroup = QString{product->prod_group}; + if (product->prodgroup) + prodGroup = QString{product->prodgroup}; if (product->author) author = QString{product->author}; if (product->crosssell) { |