Projet

Général

Profil

« Précédent | Suivant » 

Révision d9c011a6

Ajouté par Mikaël Ates il y a presque 10 ans

agenda: hidden occurrence delete icon when the associated act is already billed.

Voir les différences:

calebasse/agenda/templates/agenda/ajax-worker-tab.html
58 58
          {% else %}
59 59
            <button title="Éditer un événement" class="edit-event icon-edit" data-event-id="{{ appointment.event_id }}">
60 60
          {% endif %}
61
          {% if not appointment.is_billed %}
61
          {% if not appointment.already_billed %}
62 62
          <button class="remove-appointment icon-remove-sign" title="Supprimer un rendez-vous" data-url="{% url 'delete-occurrence' service=service date=date pk=appointment.event_id %}" data-rdv="{{ appointment.title }}"></button>
63 63
          {% endif %}
64 64
         {% endif %}

Formats disponibles : Unified diff