1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-22 02:18:21 +02:00

Minor fixes on consumptions page

This commit is contained in:
Yohann D'ANELLO
2020-03-13 09:26:39 +01:00
parent 56a2d482c9
commit a1f8ef721a
6 changed files with 35 additions and 17 deletions

View File

@ -71,13 +71,11 @@ SPDX-License-Identifier: GPL-2.0-or-later
{% block extrajavascript %}
<script>
var CSRF_TOKEN = "{{ csrf_token }}";
var sources = [];
var sources_notes_display = [];
var dests = [];
var dests_notes_display = [];
var transfer_mode = false;
sources = [];
sources_notes_display = [];
dests = [];
dests_notes_display = [];
transfer_mode = false;
$(document).ready(function() {
autoCompleteNote("source_note", "source_alias_matched", "source_note_list", sources, sources_notes_display,