Merge branch 'development' into 'devops-staging'
Feat: add column admin_price See merge request empatnusabangsa/ppob/ppob-backend!170
This commit is contained in:
commit
8487fcd700
|
@ -189,6 +189,7 @@ export class ProductService {
|
||||||
])
|
])
|
||||||
.addSelect('current_price.price', 'price')
|
.addSelect('current_price.price', 'price')
|
||||||
.addSelect('current_price.partner_fee', 'partner_fee')
|
.addSelect('current_price.partner_fee', 'partner_fee')
|
||||||
|
.addSelect('current_price.admin_price', 'admin_price')
|
||||||
.addSelect(
|
.addSelect(
|
||||||
'(current_price.price + current_price.mark_up_price) as mark_up_price',
|
'(current_price.price + current_price.mark_up_price) as mark_up_price',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user