Suppression de l'action create deplacement dans la fiche
This commit is contained in:
parent
616de0f52a
commit
3b3590c52b
@ -34,19 +34,6 @@ if ($user->societe_id > 0)
|
||||
llxHeader("","../");
|
||||
print_titre("Projets");
|
||||
|
||||
/*
|
||||
* Traitements des actions
|
||||
*
|
||||
*/
|
||||
if ($HTTP_POST_VARS["action"] == 'create')
|
||||
{
|
||||
$pro = new Project($db);
|
||||
$pro->socidp = $socidp;
|
||||
$pro->ref = $ref;
|
||||
$pro->title = $title;
|
||||
$pro->create( $user->id);
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
* Affichage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user