mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 22:06:28 +00:00
Add "IPN" column to stock list table
This commit is contained in:
@ -103,6 +103,9 @@ class PartBriefSerializer(InvenTreeModelSerializer):
|
||||
model = Part
|
||||
fields = [
|
||||
'pk',
|
||||
'IPN',
|
||||
'name',
|
||||
'revision',
|
||||
'full_name',
|
||||
'description',
|
||||
'thumbnail',
|
||||
|
@ -26,12 +26,6 @@ InvenTree | {% trans "Part List" %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block js_load %}
|
||||
{{ block.super }}
|
||||
<script type='text/javascript' src="{% static 'script/inventree/part.js' %}"></script>
|
||||
<script type='text/javascript' src="{% static 'script/inventree/stock.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block js_ready %}
|
||||
{{ block.super }}
|
||||
|
||||
|
Reference in New Issue
Block a user