Closed torvista closed 4 years ago
This issue is stale because it has been open 1 year with no activity. If this is a bug, please comment to confirm it is still present on latest stable version. if this is a feature request, please comment to notify the request is still relevant and not yet covered by latest stable version. Without comment, this issue will be closed automatically by stale bot in 15 days.
Dear @eldy,
This has not been repaired :c
Bug
When a product price has its base as TTC/incl. tax, this is never shown in the last modified list, it is always shown as HT/excl.tax.
Steps to reproduce the behavior
Edit a product for price with tax. Edit a product with a price without tax. Compare in list. https://.../htdocs/product/index.php?mainmenu=products&leftmenu=
Suggested Correction
The code for this is: htdocs/product/index.php
But $objp->price_base_type and $objp->price_ttc are never set.
Suggest
is changed to
Also, just prior to the output code block
is some code for price with expresssion. This may also need to be considered.
Environment