Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change the default tax type in sale order
#1
Hi,

I would like to change the default tax type when creating new in sale order, invoice etc.

I modify:
Smarty/templates/Inventory/ProductDetailsEditView.tpl

diff
Code:
<select class="small" id="taxtype" name="taxtype" onchange="decideTaxDiv(); calcTotal();">
-                       <OPTION value="individual" {$individual_selected}>{$APP.LBL_INDIVIDUAL}</OPTION>
                        <OPTION value="group" {$group_selected}>{$APP.LBL_GROUP}</OPTION>
+                       <OPTION value="individual" {$individual_selected}>{$APP.LBL_INDIVIDUAL}</OPTION>
                </select>

and delete
./Smarty/templates_c/25.............df_0.file.ProductDetailsEditView.tpl.php

But it didn't help.
Any idea?
Reply


Messages In This Thread
Change the default tax type in sale order - addady2 - 06-17-2021, 11:44 AM
Its an informative topic - Beauvais - 01-01-2022, 12:05 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)