Project

General

Profile

« Previous | Next » 

Revision 67ee30a8

Added by Mikaël Ates over 13 years ago

agenda: hide validation date in appointment.

View differences:

calebasse/agenda/templates/agenda/ajax-worker-tab.html
<!-- <a href="#" class="generate-mail-btn" data-dossier-id="{{ appointment.patient_record_id }}" data-date="{{date|date:"Y-m-d"}}" data-event-id="{{ appointment.event_id }}" data-next-url="{{ request.get_full_path }}">Courrier</a>-->
{% endif %}
{% if appointment.validation %}
<div><span>{% if appointment.validation.1 %}<strong>{{ appointment.validation.2 }}</strong>, le {{ appointment.validation.1.created }}. {% if appointment.validation.0.is_billed %}<strong>Acte facturé</strong>{% endif %}
<div><span>{% if appointment.validation.1 %}<strong>{{ appointment.validation.2 }}</strong> {% if appointment.validation.0.is_billed %}<strong>Acte facturé</strong>{% endif %}
{% else %}
Non pointé.
{% endif %}

Also available in: Unified diff