From 5ecc967f6ae85cdf7f436858342c621b2878364d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 10 Oct 2020 11:34:58 +0200 Subject: [PATCH] lingo: add test value for ROLMRE (#16871) --- combo/apps/lingo/static/js/tipi.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; } -- 2.28.0