@@ -926,12 +923,8 @@ function book_unit_form_builder($form_id, $form_state, $unit, $start_date, $end_
$base_price=$price_per_person/$nights;
$form['price']['#markup']=rooms_string(format_plural($nights,t('Book this unit for 1 night at <b>@price per person</b> (@base_price per person per night)'),t('Book this unit for @count nights at <b>@price per person</b> (@base_price per person per night)'),array(
'@price'=>t('@currency_symbol @amount',array(// TODO: replace with a proper currency formatter
'@currency_symbol'=>$currency_symbol,
'@amount'=>$price_per_person)),
'@base_price'=>t('@currency_symbol @amount',array(// TODO: replace with a proper currency formatter