diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-11 21:19:59 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-11 21:19:59 +0800 | 
| commit | 366624e9085cb31609eb0375546aef47ac7a57ac (patch) | |
| tree | 677f3faf26edf1288b54c58dfa42f2dfa7cb636d /qicclient | |
| parent | 4212c19b7f096239278e102b6a0b3e03e27e9102 (diff) | |
prodgroup reverted to prod_group
Diffstat (limited to 'qicclient')
| -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 57be1ce..8d7bef3 100644 --- a/qicclient/product.hxx +++ b/qicclient/product.hxx @@ -35,8 +35,8 @@ namespace QICClient {  				thumb = QString{product->thumb};  			if (product->image)  				image = QString{product->image}; -			if (product->prodgroup) -				prodGroup = QString{product->prodgroup}; +			if (product->prod_group) +				prodGroup = QString{product->prod_group};  			if (product->author)  				author = QString{product->author};  			if (product->crosssell) { |