Doc
This commit is contained in:
parent
73946fc6cb
commit
3bd5ed3782
@ -1285,9 +1285,8 @@ if ($action == 'create') {
|
|||||||
// Print form confirm
|
// Print form confirm
|
||||||
print $formconfirm;
|
print $formconfirm;
|
||||||
|
|
||||||
/*
|
|
||||||
* Contrat
|
// Contract
|
||||||
*/
|
|
||||||
if (!empty($object->brouillon) && $user->rights->contrat->creer) {
|
if (!empty($object->brouillon) && $user->rights->contrat->creer) {
|
||||||
print '<form action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'" method="POST">';
|
print '<form action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'" method="POST">';
|
||||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user