mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Fancify all the menubars
This commit is contained in:
@ -135,8 +135,9 @@ src="{% static 'img/blank_image.png' %}"
|
||||
{% block js_ready %}
|
||||
{{ block.super }}
|
||||
|
||||
enableRightNavbar({
|
||||
minWidth: '50px'
|
||||
enableNavbar({
|
||||
label: 'po',
|
||||
toggleId: '#po-menu-toggle',
|
||||
});
|
||||
|
||||
{% if order.status == PurchaseOrderStatus.PENDING and order.lines.count > 0 %}
|
||||
|
@ -135,8 +135,9 @@ src="{% static 'img/blank_image.png' %}"
|
||||
{% block js_ready %}
|
||||
{{ block.super }}
|
||||
|
||||
enableRightNavbar({
|
||||
minWidth: '50px'
|
||||
enableNavbar({
|
||||
label: 'so',
|
||||
toggleId: '#so-menu-toggle',
|
||||
});
|
||||
|
||||
$("#edit-order").click(function() {
|
||||
|
Reference in New Issue
Block a user