示例#1
0
 public static function varasto_edit($tuote_id)
 {
     //Etsitään ensin tuote, mitä se koskee.
     $muutettava_varastotieto = TuoteController::find_tuote_with_tuote_id($tuote_id);
     View::make('Varasto/Varastotilanteenmuutos.html', array('Varastotilanne' => $muutettava_varastotilanne));
 }