Fix moyen paiement
This commit is contained in:
parent
3ae4b3f177
commit
0694d1fb51
3 changed files with 4 additions and 2 deletions
|
|
@ -109,6 +109,7 @@ if (f('save'))
|
|||
}
|
||||
elseif (f('type') == CERFA)
|
||||
{
|
||||
$truc['moyen_paiement'] = f('moyen_paiement2');
|
||||
$truc['contenu'] = [
|
||||
'forme' => f('forme_don'),
|
||||
'nature' => f('nature_don'),
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ if(f('save'))
|
|||
}
|
||||
elseif ( f('type') == CERFA )
|
||||
{
|
||||
$truc['moyen_paiement'] = f('moyen_paiement2');
|
||||
$truc['contenu'] = [
|
||||
'forme' => f('forme_don'),
|
||||
'nature' => f('nature_don'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue