Showing
1 changed file
with
2 additions
and
1 deletions
@@ -158,7 +158,8 @@ exports.processProductList = (list, options) => { | @@ -158,7 +158,8 @@ exports.processProductList = (list, options) => { | ||
158 | }], | 158 | }], |
159 | sales_price: product.orign_price, | 159 | sales_price: product.orign_price, |
160 | market_price: null, | 160 | market_price: null, |
161 | - tbl_country_name: product.country_name | 161 | + tbl_country_name: product.country_name, |
162 | + tbl_brand_id: product.brand_id | ||
162 | }); | 163 | }); |
163 | } | 164 | } |
164 | 165 |
-
Please register or login to post a comment