Package DE_EPAGES::Order::Hooks::Tax
hooks to set TaxClass or TaxArea to undef, when TaxClass or TaxArea will be deleted.
Functions
OnDeleteTaxArea
Get all LineItemContainers with the submited TaxAreaID. For each of these LineItemContainer set the TaxArea to undef.
Syntax |
OnDeleteTaxArea($hParams); |
Input |
|
OnDeleteTaxClass
Get all LineItems with the submited TaxClassID. For each of these LineItems set the TaxClass to undef.
Syntax |
OnDeleteTaxClass($hParams); |
Input |
|