diff --git a/fields/ref.py b/fields/ref.py
index faf5714..b0e8ad7 100644
--- a/fields/ref.py
+++ b/fields/ref.py
@@ -212,11 +212,12 @@ class Ref(Field):
-
diff --git a/gen/ui/appy.js b/gen/ui/appy.js
index c8b8e90..a678cfc 100644
--- a/gen/ui/appy.js
+++ b/gen/ui/appy.js
@@ -320,7 +320,7 @@ function askBunchMove(hookId, startNumber, uid, move){
if (typeof move == 'object'){
// Get the new index from an input field
var id = move.id;
- id = id.substr(0, id.length-4);
+ id = id.substr(0, id.length-4) + '_v';
var input = document.getElementById(id);
if (isNaN(input.value)) {
input.style.background = wrongTextInput;