Merge branch 'devops-staging' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend
This commit is contained in:
commit
a8198ab1c2
|
@ -86,7 +86,7 @@ export class ProductService {
|
||||||
//TODO : Handle Update Product
|
//TODO : Handle Update Product
|
||||||
productData.name = it[1];
|
productData.name = it[1];
|
||||||
productData.status = it[5] == 'active' ? 'ACTIVE' : 'NOT ACTIVE';
|
productData.status = it[5] == 'active' ? 'ACTIVE' : 'NOT ACTIVE';
|
||||||
|
productData.sub_categories = it[2];
|
||||||
await this.productRepository.save(productData);
|
await this.productRepository.save(productData);
|
||||||
|
|
||||||
//TODO : Handle History Price
|
//TODO : Handle History Price
|
||||||
|
|
Loading…
Reference in New Issue
Block a user