Projet

Général

Profil

0001-facturation-gray-act-ids-on-invoicing-page.patch

Serghei Mihai, 29 août 2014 11:11

Télécharger (1,35 ko)

Voir les différences:

Subject: [PATCH] facturation: gray act ids on invoicing page

Closes #3120
 calebasse/facturation/templates/facturation/detail.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
calebasse/facturation/templates/facturation/detail.html
311 311
              {% endif %}
312 312
            {% endif %}
313 313

  
314
                <h3><a href="../../dossiers/{{ patient.pk }}/view" target="_blank">
315
                {% if patient.paper_id %}{{ patient.paper_id }} {% endif %}({{ patient.pk }}) <span class="lastname">{{ patient.last_name }}</span> {{ patient.first_name }}</a></h3>
314
                <h3><span class="lightgray">({{ patient.pk }})</span>
315
                  <a href="../../dossiers/{{ patient.pk }}/view" target="_blank">{% if patient.paper_id %}{{ patient.paper_id }} {% endif %} <span class="lastname">{{ patient.last_name }}</span> {{ patient.first_name }}</a></h3>
316 316
                <div class="info">
317 317
                </div>
318 318
                {% if patient.pause %}
319
-