Missing ProductPrice entity fields

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Missing ProductPrice entity fields

rajsaini
Hi,

I was looking into the product prices on trunk demo
(https://demo-trunk.ofbiz.apache.org/catalog/) and I found two fields
"priceWithTax" and "priceWithoutTax" are missing. Whereas, ProductPrice
entity has these two fields in entity definition. Anyone have idea what
is wrong with the trunk demo?

Thanks,

Raj
Reply | Threaded
Open this post in threaded view
|

Re: Missing ProductPrice entity fields

Christian Geisert
Raj Saini schrieb:
> Hi,
>
> I was looking into the product prices on trunk demo
> (https://demo-trunk.ofbiz.apache.org/catalog/) and I found two fields
> "priceWithTax" and "priceWithoutTax" are missing. Whereas, ProductPrice
> entity has these two fields in entity definition. Anyone have idea what
> is wrong with the trunk demo?

As I'm currently just about to get 10.4 running on the demo server I'll
have a look at it.
The fields are in
applications/product/entitydef/entitymodel.xml, so a restart should do it...

Christian