Setting taxe rule drag and drop functionnal with sortable rule group

This commit is contained in:
mespeche
2013-09-26 15:24:31 +02:00
parent b0a357d222
commit be4c6380e7
4 changed files with 315 additions and 0 deletions

View File

@@ -36,4 +36,10 @@ class TaxRuleController extends BaseAdminController
return $this->render("taxes-rules", array("display_taxes_rules" => 20));
}
public function updateAction($tax_rule_id){
return $this->render("tax-rule-edit", array(
"tax_rule_id" => $tax_rule_id
));
}
}