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 {
|
else {
|
||||||
fetchDemaneAutorisationSoin({
|
fetchDemaneAutorisationSoin({
|
||||||
act_id: values.code_acte,
|
act_id: values.code_acte,
|
||||||
insurance_id: insurance.id,
|
/*insurance_id: insurance.id,*/
|
||||||
issuer_network_agent_id: user.agentId,
|
insurance_id: assure.id,
|
||||||
beneficiary_id: assure !== null ? assure.id : beneficiary.id,
|
issuer_network_agent_id: wallet.network_agent_id,
|
||||||
|
beneficiary_id: beneficiary !== null ? beneficiary.id : null,
|
||||||
password: values.password
|
password: values.password
|
||||||
});
|
});
|
||||||
console.log(user);
|
console.log(user);
|
||||||
|
|
Loading…
Reference in New Issue