Resolve "Trade In price tiers" #1713

Open
korina.cordero wants to merge 6 commits from 789-trade-in-price-tiers into 780-regional-pricing
Showing only changes of commit 59c65235b7 - Show all commits

View file

@ -48,6 +48,15 @@ class TradeInPricingController extends Controller
return $this->render('trade-in-pricing/form.html.twig', $params);
}
/**
* @Menu(selected="trade_in_pricing")
* @IsGranted("trade_in_pricing.update")
*/
public function formSubmit(Request $req, EntityManagerInterface $em)
{
$pt_id = $req->request->get('price_tier_id');
}
/**
* @IsGranted("trade_in_pricing.update")
*/