Projet

Général

Profil

0001-tipi-update-refdet-s-test-valeur-used-for-ROLMRE-pro.patch

Serghei Mihai (congés, retour 15/05), 21 juin 2022 10:16

Télécharger (881 octets)

Voir les différences:

Subject: [PATCH] tipi: update refdet's test valeur used for ROLMRE protocol
 (#66430)

 combo/apps/lingo/static/js/tipi.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
combo/apps/lingo/static/js/tipi.js
68 68
                if (pesv2) {
69 69
                    return "999900000000999999";
70 70
                } else { // ROLMRE
71
                    return "2014AZ000000000005678";
71
                    return "999999990000000000000";
72 72
                }
73 73
            } else {
74 74
                return exer + refdet;
75
-