- added update sub categories for updating product csv
This commit is contained in:
		| @@ -86,7 +86,7 @@ export class ProductService { | ||||
|         //TODO : Handle Update Product | ||||
|         productData.name = it[1]; | ||||
|         productData.status = it[5] == 'active' ? 'ACTIVE' : 'NOT ACTIVE'; | ||||
|  | ||||
|         productData.sub_categories = it[2]; | ||||
|         await this.productRepository.save(productData); | ||||
|  | ||||
|         //TODO : Handle History Price | ||||
|   | ||||
		Reference in New Issue
	
	Block a user