Ajout d'un document reçu cotisation, crade et pas lié aux cotis pour le

moment
This commit is contained in:
Noizette 2020-10-24 10:08:44 +02:00
parent aeac847646
commit a7b73bf356
7 changed files with 70 additions and 2 deletions

View file

@ -60,6 +60,10 @@ if (f('add'))
{
$truc['type_facture'] = 2;
}
elseif (f('type') == 'cotis')
{
$truc['type_facture'] = 3;
}
foreach(f('designation') as $k=>$value)
{