Topic: About the field Shipping Tax of Tax Groups
I'm using FA 2.2.11
On the database structure the table tax_groups has a field tax_shipping.
It is managed by the script Tax Groups /taxes/tax_groups.php under the label "Shipping Tax" and label "Tax applied to Shipping"
The logic says that only one tax group can be marked as tax_shipping to true.
I search the entire project to see how and when this field is used. I found nothing but the input form and the database management:
/taxes/tax_groups.php
/taxes/db/tax_groups_db.inc
Is this field used in any other place ?
When this fields is used ?
What is it used for ?
Thanks in advance