|
|
|
|
|
|
|
|
'label' => 'Crédit', |
|
|
'label' => 'Crédit', |
|
|
'format' => 'raw', |
|
|
'format' => 'raw', |
|
|
'value' => function ($model) { |
|
|
'value' => function ($model) { |
|
|
if ($model->credit) { |
|
|
|
|
|
|
|
|
if ($model->credit && isset(Producer::$creditFunctioningArray[$model->credit_functioning])) { |
|
|
return '<span class="glyphicon glyphicon-euro"></span> ' . Producer::$creditFunctioningArray[$model->credit_functioning]; |
|
|
return '<span class="glyphicon glyphicon-euro"></span> ' . Producer::$creditFunctioningArray[$model->credit_functioning]; |
|
|
} |
|
|
} |
|
|
|
|
|
|