Projet

Général

Profil

0001-astregs-add-mandatory-CleIban-parameter-for-RIB-inse.patch

Serghei Mihai (congés, retour 15/05), 06 janvier 2021 11:05

Télécharger (1,4 ko)

Voir les différences:

Subject: [PATCH] astregs: add mandatory 'CleIban' parameter for RIB insertion
 and update (#49875)

 passerelle/apps/astregs/models.py | 8 ++++++++
 1 file changed, 8 insertions(+)
passerelle/apps/astregs/models.py
191 191
        "CodePaiement",
192 192
        "LibelleCourt",
193 193
        "NumeroIban",
194
        "CleIban",
194 195
        'CodeBic',
195 196
        "CodeStatut",
196 197
        "CodeDevise",
......
230 231
        "NumeroIban": {
231 232
            "type": "string"
232 233
        },
234
        "CleIban": {
235
            "type": "string"
236
        },
233 237
        "CodeBic": {
234 238
            "type": "string"
235 239
        },
......
248 252
        "CodePaiement",
249 253
        "LibelleCourt",
250 254
        "NumeroIban",
255
        "CleIban",
251 256
        "CodeBic",
252 257
        "CodeStatut",
253 258
        "CodeDevise",
......
284 289
        "NumeroIban": {
285 290
            "type": "string"
286 291
        },
292
        "CleIban": {
293
            "type": "string"
294
        },
287 295
        "CodeBic": {
288 296
            "type": "string"
289 297
        }
290
-