This commit is contained in:
Fadli 2023-04-11 11:06:58 +07:00
commit a8198ab1c2

View File

@ -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