diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2016-01-02 12:27:44 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2016-01-02 12:27:44 +0100 |
| commit | 478e3519da792d29644bf96ec1f4f144e5ffd1f8 (patch) | |
| tree | 34b240ea080eb3cf7f1733a8d90355736a7b59a2 /ishtar_common/templates | |
| parent | 880305495336680f70555d33d9d3b929941a28c0 (diff) | |
| download | Ishtar-478e3519da792d29644bf96ec1f4f144e5ffd1f8.tar.bz2 Ishtar-478e3519da792d29644bf96ec1f4f144e5ffd1f8.zip | |
Fix label: is a duplicate -> is a duplicate
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/sheet_source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_source.html b/ishtar_common/templates/ishtar/sheet_source.html index f70ac77c2..47e285017 100644 --- a/ishtar_common/templates/ishtar/sheet_source.html +++ b/ishtar_common/templates/ishtar/sheet_source.html @@ -12,7 +12,7 @@ {% field "Item number" item.item_number %} {% field "Ref." item.reference %} {% field "Internal ref." item.internal_reference %} -{% field "Is a duplicate" item.duplicate %} +{% field "Has a duplicate" item.duplicate %} {% field "Description" item.description %} {% field "Comment" item.comment %} {% field "Additional information" item.additional_information %} |
