From 474fcc658b51a4d65a156845156b75112878892f Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Fri, 29 Aug 2014 11:07:45 +0200 Subject: [PATCH 1/2] facturation: gray act ids on invoicing page Closes #3120 --- .../facturation/templates/facturation/detail.html | 24 +++++++++++----------- calebasse/static/css/style.css | 4 ++++ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/calebasse/facturation/templates/facturation/detail.html b/calebasse/facturation/templates/facturation/detail.html index 058c051..6713cb8 100644 --- a/calebasse/facturation/templates/facturation/detail.html +++ b/calebasse/facturation/templates/facturation/detail.html @@ -311,8 +311,8 @@ {% endif %} {% endif %} -

- {% if patient.paper_id %}{{ patient.paper_id }} {% endif %}({{ patient.pk }}) {{ patient.last_name }} {{ patient.first_name }}

+

({{ patient.pk }}) + {% if patient.paper_id %}{{ patient.paper_id }} {% endif %} {{ patient.last_name }} {{ patient.first_name }}

{% if patient.pause %} @@ -385,8 +385,8 @@
{% for patient, detail in patients_stats %}
-

{% if patient.pk %}{% endif %} - {% if patient.paper_id %}{{ patient.paper_id }} {% endif %}{% if patient.pk %}({{ patient.pk }}) {% endif %}{{ patient.last_name }} {{ patient.first_name }}{% if patient.pk %}{% endif %}

+

({{ patient.pk }}){% if patient.pk %}{% endif %} + {% if patient.paper_id %}{{ patient.paper_id }} {% endif %}{{ patient.last_name }} {{ patient.first_name }}{% if patient.pk %}{% endif %}