Ajout d'un document reçu cotisation, crade et pas lié aux cotis pour le
moment
This commit is contained in:
parent
aeac847646
commit
a7b73bf356
7 changed files with 70 additions and 2 deletions
|
|
@ -71,6 +71,10 @@ if(f('save'))
|
|||
{
|
||||
$truc['type_facture'] = 2;
|
||||
}
|
||||
elseif (f('type') == 'cotis')
|
||||
{
|
||||
$truc['type_facture'] = 3;
|
||||
}
|
||||
|
||||
foreach(f('designation') as $k=>$value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue