diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-09-10 14:19:40 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-09-10 14:19:40 +0300 |
commit | 5db340c9b85887a03cf1010399776b840b8bda8e (patch) | |
tree | 6c77a2a2cba5d7b1fac512b507aa47e5956f5c72 /servo/templates/orders | |
parent | 2deb6a356aab1c18443748e7c6d693e60086ddcf (diff) | |
download | Servo-5db340c9b85887a03cf1010399776b840b8bda8e.tar.gz Servo-5db340c9b85887a03cf1010399776b840b8bda8e.tar.bz2 Servo-5db340c9b85887a03cf1010399776b840b8bda8e.zip |
Added GSX repair import
Diffstat (limited to 'servo/templates/orders')
-rwxr-xr-x | servo/templates/orders/toolbar.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/servo/templates/orders/toolbar.html b/servo/templates/orders/toolbar.html index 4bd9fef..6588a52 100755 --- a/servo/templates/orders/toolbar.html +++ b/servo/templates/orders/toolbar.html @@ -105,8 +105,6 @@ <li class="disabled"><a href="#">{% trans "Order Products" %}</a></li> {% endif %} <li class="divider"></li> - <li><a href="{% url 'repairs-import_repair' order.pk %}" data-modal="#modal">{% trans "Import GSX Repair" %}</a></li> - <li class="divider"></li> {% if perms.servo.delete_order and order.is_editable %} <li><a href="{% url 'orders-delete_order' order.pk %}" data-modal="#modal"><i class="icon-trash"> </i> {% trans "Delete Order" %}</a></li> {% else %} |