mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-14 15:41:10 +00:00
Changed query param from '1' to 'True'
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
$("#edit-bom").click(function () {
|
||||
|
||||
location.href = "{% url 'part-bom' part.id %}?edit=1";
|
||||
location.href = "{% url 'part-bom' part.id %}?edit=True";
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user