lingo: add test value for ROLMRE (#16871)

This commit is contained in:
Benjamin Dauvergne 2020-10-10 11:34:58 +02:00
parent 736055caee
commit 96b63710be
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}