Index: branches/5.3.x/units/taxes/taxes_event_handler.php =================================================================== diff -u -N -r15492 -r15671 --- branches/5.3.x/units/taxes/taxes_event_handler.php (.../taxes_event_handler.php) (revision 15492) +++ branches/5.3.x/units/taxes/taxes_event_handler.php (.../taxes_event_handler.php) (revision 15671) @@ -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);