<?php
/* @var $this ConfHaberesAsociadoController */
/* @var $data ConfHaberesAsociado */
?>

<div class="view">

	<b><?php echo CHtml::encode($data->getAttributeLabel('id')); ?>:</b>
	<?php echo CHtml::link(CHtml::encode($data->id), array('view', 'id'=>$data->id)); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('monto_minimo_haberes')); ?>:</b>
	<?php echo CHtml::encode($data->monto_minimo_haberes); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('porcentaje_minimo_haberes')); ?>:</b>
	<?php echo CHtml::encode($data->porcentaje_minimo_haberes); ?>
	<br />


</div>