Remove bank, Kfet and add BDA and BDS (need to fix activity, permission and registration)
This commit is contained in:
parent
3a3e3be64c
commit
838bd2bb23
43 changed files with 128 additions and 639 deletions
|
|
@ -82,10 +82,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
credit_amount.attr('disabled', true);
|
||||
credit_amount.val('{{ total_fee }}');
|
||||
|
||||
let bank = $("#id_bank");
|
||||
bank.attr('disabled', true);
|
||||
bank.val('Société générale');
|
||||
|
||||
let join_bde = $("#id_join_bde");
|
||||
|
||||
join_bde.attr('disabled', true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue