ソースを参照

Correction prix libre

prodstable
keun 7年前
コミット
a8a7c214e2
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      backend/views/site/index.php

+ 1
- 1
backend/views/site/index.php ファイルの表示

@@ -167,7 +167,7 @@ $this->title = 'Tableau de bord';
<div class="col-md-12">
<?php if(is_null($etablissement->prix_libre)): ?>
<h2>Prix libre non défini</h2>
<h2>Prix libre</h2>
<p>Le modèle économique de <em>La boîte à pain</em> est basé sur un système de prix libre. <?= Html::a('En savoir plus',['etablissement/facturation']); ?></p>
<?php else: ?>
<h2><?= $etablissement->getPrixLibre() ?> / mois <?= Html::a('Modifier',['etablissement/facturation'],['class' => 'btn btn-xs btn-primary']) ?></h2>

読み込み中…
キャンセル
保存