Index: branches/5.2.x/units/taxes/taxes_event_handler.php =================================================================== diff -u -N -r15149 -r15540 --- branches/5.2.x/units/taxes/taxes_event_handler.php (.../taxes_event_handler.php) (revision 15149) +++ branches/5.2.x/units/taxes/taxes_event_handler.php (.../taxes_event_handler.php) (revision 15540) @@ -1,6 +1,6 @@ Application->recallObject('taxdst'); + $destinations = $this->Application->recallObject('taxdst'); + /* @var $destinations kDBItem */ $queryDel="DELETE FROM ".$destinations->TableName." WHERE TaxZoneId=".(int)$this->Application->GetVar('tax_id'); $this->Conn->Query($queryDel);