Esempio n. 1
0
 function recalculate()
 {
     DB::escapePost();
     Price::recalculatePrice();
     $this->redirect('/price/');
 }