Projet

Général

Profil

« Précédent | Suivant » 

Révision 1f4ae3b3

Ajouté par Serghei Mihai (congés, retour 15/05) il y a plus de 9 ans

patient record id grayed on all pages in order to avoid confusion

Closes #3120

Voir les différences:

calebasse/actes/templates/actes/act_listing.html
109 109
      {% for act in object_list %}
110 110
      <tr data-id="{{ act.id }}" data-isbilled="{{ act.is_billed }}"
111 111
      {% if not act.is_billed %}class="non-factu"{% else %}{% if not act.invoice_set.all.0.number %}data-oldbilled="True"{% endif %}{% endif %}>
112
        <td>{{ act.patient.paper_id }} ({{ act.patient.id }})
112
        <td>{{ act.patient.paper_id|default_if_none:'' }} <span class="lightgray">({{ act.patient.id }})</span>
113 113
            {{ act.patient.first_name }}
114 114
            <span class="lastname">{{ act.patient.last_name }}</span>
115 115
        </td>

Formats disponibles : Unified diff