From 9db2bb604880e4b568f14fd6b15d299654401d0b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 5 Jul 2011 15:47:06 +0200 Subject: Correct Context Record sheet: bad display of operation code (closes #405) --- ishtar/templates/sheet_contextrecord.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ishtar/templates/sheet_contextrecord.html b/ishtar/templates/sheet_contextrecord.html index 2f16c8bb3..c2b94bafe 100644 --- a/ishtar/templates/sheet_contextrecord.html +++ b/ishtar/templates/sheet_contextrecord.html @@ -47,14 +47,13 @@ {% if item.operation %}

{% trans "Operation resume"%}

{{ item.operation.year }}

-

{{ item.operation.numeric_reference }}

+

{{ item.operation.operation_code }}

{% if item.operation.code_patriarche %}

{{ item.operation.code_patriarche }}

{% else %}

{%endif%} -

-{{ item.operation.internal_reference }}

+{#

{{ item.operation.internal_reference }}

#}

{{ item.operation.in_charge.full_label }}

-- cgit v1.2.3