ePages 6.10 - DE_EPAGES/Customer/Hooks/Tax.pm

Package DE_EPAGES::Customer::Hooks::Tax

Hooks to check if it is possible to delete a TaxArea

Functions

OnDeleteTaxArea
OnTestDeleteTaxArea

OnDeleteTaxArea

Throws an error if the tax area to be deleted is used by customers.

Syntax
OnDeleteTaxArea( $hParams );
Input
$hParams (ref.hash.*)
primary key of tax area, key is
  • TaxAreaID

OnTestDeleteTaxArea

Throws an error if the tax area to be deleted is used by customers.

Syntax
OnTestDeleteTaxArea( $hParams );
Input
$hParams (ref.hash.*)
primary key of tax area, key is
  • TaxAreaID