Merge branch 'development' into 'devops-staging'

Feat: add column admin_price

See merge request empatnusabangsa/ppob/ppob-backend!170
This commit is contained in:
muhammad fadil 2022-05-23 14:33:39 +00:00
commit 8487fcd700

View File

@ -189,6 +189,7 @@ export class ProductService {
])
.addSelect('current_price.price', 'price')
.addSelect('current_price.partner_fee', 'partner_fee')
.addSelect('current_price.admin_price', 'admin_price')
.addSelect(
'(current_price.price + current_price.mark_up_price) as mark_up_price',
)