It looks like you're new here. If you want to get involved, click one of these buttons!
it returns 123. Can you explain me why ? In the admin form and also in the list it displays, as attended, 123.45.
$stays = fuel_model('stays', array('find' => 'all'));
foreach($stays as $s) {
print_r($s->price);
}
Comments