This commit is contained in:
2023-04-28 20:02:46 +07:00

View File

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