diff options
Diffstat (limited to 'archaeological_operations')
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index e1ea28882..7d78af3c5 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -153,6 +153,8 @@ <th>{% trans "Weight" %}</th> <th>{% trans "Numbers" %}</th> <th>{% trans "Parcel" %}</th> + <th>{% trans "Container ref." %}</th> + <th>{% trans "Warehouse" %}</th> <th class='link'> </th> </tr> {% for context_record in item.context_record.all %} @@ -169,6 +171,8 @@ <td>{{ find.get_last_find.weight|default:"" }}</td> <td>{{ find.get_last_find.item_number }}</td> <td class="ref">{{ context_record.parcel.short_label }}</td> + <td class='ref'>{{ find.get_last_find.container.reference|default:""}}</td> + <td class='string'>{{ find.get_last_find.container.location|default:""}}</td> <td class='link'><a href="#">{% trans "Details" %}</a></td> {#<a href="#" onclick='load_window("{% url show-find find.pk%}");'>{%trans "Details"%}</a></td>#} </tr> |
