bugfix
This commit is contained in:
parent
79a4182560
commit
d9a9492264
@ -618,6 +618,8 @@ if ($_GET['action'] == 'create')
|
|||||||
$propal->fetch($_GET['propalid']);
|
$propal->fetch($_GET['propalid']);
|
||||||
$societe_id = $propal->soc_id;
|
$societe_id = $propal->soc_id;
|
||||||
$projet=$propal->projetidp;
|
$projet=$propal->projetidp;
|
||||||
|
$cond_reglement_id = $propal->cond_reglement_id;
|
||||||
|
$mode_reglement_id = $propal->mode_reglement_id;
|
||||||
$soc->fetch($societe_id);
|
$soc->fetch($societe_id);
|
||||||
}
|
}
|
||||||
elseif ($_GET['commandeid'])
|
elseif ($_GET['commandeid'])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user