2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-28 23:51:34 +00:00

Added setting, checkbox (PartCreateView only) and hook to create part parameters from category templates

This commit is contained in:
eeintech
2020-11-02 13:14:31 -05:00
parent 978b5f869d
commit 34b784d1e4
4 changed files with 32 additions and 0 deletions
InvenTree
common
part
templates
InvenTree
settings

@@ -18,6 +18,7 @@
{% include "InvenTree/settings/setting.html" with key="PART_COPY_BOM" %}
{% 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" %}
</tbody>
</table>