コード例 #1
0
ファイル: Tax.php プロジェクト: jpodracky/dogs
 protected function _onStatusChange()
 {
     if (!$this->active) {
         return TaxRule::deleteTaxRuleByIdTax($this->id);
     }
     return true;
 }