diff --git a/combo/apps/lingo/static/js/tipi.js b/combo/apps/lingo/static/js/tipi.js index 0b57844e..88c0a342 100644 --- a/combo/apps/lingo/static/js/tipi.js +++ b/combo/apps/lingo/static/js/tipi.js @@ -65,7 +65,11 @@ $(function() { if (saisie == 'T') { // in test mode the refdet should be 999900000000999999 - return "999900000000999999"; + if (pesv2) { + return "999900000000999999"; + } else { // ROLMRE + return "2014AZ000000000005678"; + } } else { return exer + refdet; }