From ced826479a1ce9b7b231376ce55dba0632d8df89 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 5 Jan 2021 17:18:33 +0100 Subject: Document: add publishing year --- ishtar_common/templates/ishtar/sheet_document.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/sheet_document.html b/ishtar_common/templates/ishtar/sheet_document.html index 5e74abe1c..5ce51003c 100644 --- a/ishtar_common/templates/ishtar/sheet_document.html +++ b/ishtar_common/templates/ishtar/sheet_document.html @@ -79,9 +79,10 @@ {% field_flex "Receipt date in documentation" item.receipt_date_in_documentation|date:"DATE_FORMAT" %} {% endif %} - {% if item.publisher or item.language or item.isbn or item.issn or item.licenses.count %} + {% if item.publisher or item.publishing_year or item.language or item.isbn or item.issn or item.licenses.count %}

{% trans "Publishing" %}

{% field_flex_detail "Publisher" item.publisher %} + {% field_flex "Year of publication" item.publishing_year %} {% field_flex "Language" item.language %} {% field_flex "ISBN" item.isbn %} {% field_flex "ISSN" item.issn %} -- cgit v1.2.3