Bug fixing

This commit is contained in:
ajat91.sudrajat 2022-02-02 10:16:10 +07:00
parent 5af452ccec
commit e26fb13813

View File

@ -350,8 +350,8 @@ export const ProductComponent = observer((props) => {
<div style={{}}> <div style={{}}>
<p> <p>
<small>{item.product_name}</small> <br /> <small>{item.product_name}</small> <br />
<small>Harga Beli : {item.current_price_price}</small> {/* <small>Harga Beli : {item.current_price_price}</small>
<br /> <br /> */}
<small>Harga Jual : {item.mark_up_price}</small> <small>Harga Jual : {item.mark_up_price}</small>
</p> </p>
<p></p> <p></p>