Add saving of prices. #789
This commit is contained in:
parent
48058c858d
commit
59c65235b7
1 changed files with 9 additions and 0 deletions
|
|
@ -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")
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue