From 8c9559206a5a4187fde821632dbc793f192ee621 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Fri, 29 Aug 2014 11:07:45 +0200 Subject: [PATCH] facturation: gray act ids on invoicing page Closes #3120 --- calebasse/facturation/templates/facturation/detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calebasse/facturation/templates/facturation/detail.html b/calebasse/facturation/templates/facturation/detail.html index 058c051..6cf4fa4 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 %} -- 2.1.0