set filter on customer project

This commit is contained in:
2020-10-06 14:19:46 +02:00
parent e4526cb621
commit 653031017c
2 changed files with 11 additions and 3 deletions

View File

@@ -61,6 +61,7 @@
{% endblock %}
{% block localjavascript %}
$("#project_customer").addClass("select2entity");
$(document).ready(function() {
$("#project_name").focus();
});