Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging

This commit is contained in:
Muhammad Fadli 2023-04-28 19:59:47 +07:00
commit 24c639cc81

View File

@ -504,7 +504,7 @@ export class ProductService {
dataa.price = actualPrice; dataa.price = actualPrice;
if (user.username != 'admin') { if (user.username != 'admin') {
dataa.remove('markup_price'); delete dataa.markup_price;
} }
newData.push({ newData.push({