Skip to content
Snippets Groups Projects

adding contact attempts is possible from appointment edit page

Merged Piotr Gawron requested to merge 132-possibility-to-modify-contact-attempt-comments into master
5 files
+ 53
42
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -105,6 +105,9 @@
@@ -105,6 +105,9 @@
</form>
</form>
</div>
</div>
{% include 'includes/mail_templates_box.html' with instance_id=appointment.id %}
{% include 'includes/mail_templates_box.html' with instance_id=appointment.id %}
 
{% if appointment.visit %}
 
{% include 'includes/contact_attempts_box.html' with subject=appointment.visit.subject contact_attempts=contact_attempts appointment_id=appointment.id %}
 
{% endif %}
{% endblock %}
{% endblock %}
Loading