2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Added global setting to enable manufacturer parts

Created SourceItem model
Updated templates
This commit is contained in:
eeintech
2021-03-29 13:22:15 -04:00
parent cbb887ae79
commit e6dfb7da52
8 changed files with 89 additions and 14 deletions

View File

@ -34,6 +34,8 @@
{% include "InvenTree/settings/setting.html" with key="PART_COPY_PARAMETERS" %}
{% include "InvenTree/settings/setting.html" with key="PART_COPY_TESTS" %}
{% include "InvenTree/settings/setting.html" with key="PART_CATEGORY_PARAMETERS" %}
<tr><td colspan='5'></td></tr>
{% include "InvenTree/settings/setting.html" with key="PART_ENABLE_MANUFACTURER_PARTS" %}
</tbody>
</table>