DS
Asked
Hello Saleem I am Darek from Greece for whom you have often done a lot of jobs and updates,
We would like you to correct something in the invoices. In the attached photo you will better understand ...
We want the particular price to be displayed without VAT. Please give us an estimated cost for the job or if it is something easy, please tell us where and what to correct.
Thank you.
Darek
We would like you to correct something in the invoices. In the attached photo you will better understand ...
We want the particular price to be displayed without VAT. Please give us an estimated cost for the job or if it is something easy, please tell us where and what to correct.
Thank you.
Darek
Attachments
- MSAnsweredHello Darek,
You just need to modify the view files `themes/default/admin/views/sales/modal_view.php`, `view.php`, `pdf.php` to replace
```
$this->sma->formatMoney($row->unit_price)
```
with
```
$this->sma->formatMoney($row->net_unit_price)
```
If you want us modify these 3 files, you can [open support ticket](/support/tickets/new) for $5 to get the code snippet.
Thank you - DSAnsweredOk, thank you the problem has been solved.
- Login to Reply