Correction bug modification execution
This commit is contained in:
parent
87b0ff4247
commit
50f248c3f4
File diff suppressed because one or more lines are too long
|
@ -507,9 +507,10 @@ const DemandeAutorisationSoinScreen = ({
|
|||
else {
|
||||
fetchDemaneAutorisationSoin({
|
||||
act_id: values.code_acte,
|
||||
insurance_id: insurance.id,
|
||||
issuer_network_agent_id: user.agentId,
|
||||
beneficiary_id: assure !== null ? assure.id : beneficiary.id,
|
||||
/*insurance_id: insurance.id,*/
|
||||
insurance_id: assure.id,
|
||||
issuer_network_agent_id: wallet.network_agent_id,
|
||||
beneficiary_id: beneficiary !== null ? beneficiary.id : null,
|
||||
password: values.password
|
||||
});
|
||||
console.log(user);
|
||||
|
|
Loading…
Reference in New Issue