From 3ee845677f8091adf95ea9ee2d1503d36b0138d4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 15 May 2003 19:29:40 +0000 Subject: [PATCH] Ajouts des infos manquantes --- htdocs/comm/action/fiche.php3 | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/htdocs/comm/action/fiche.php3 b/htdocs/comm/action/fiche.php3 index 3c248c01284..2218666efe3 100644 --- a/htdocs/comm/action/fiche.php3 +++ b/htdocs/comm/action/fiche.php3 @@ -156,10 +156,10 @@ if ($action=='create' && $actionid && $contactid) { print ''; - print ''; - print ''; + print ''; - print ''; + print ''; print ''; @@ -196,17 +196,17 @@ if ($action=='create' && $actionid && $contactid) { print '
Rendez-vous
Société'; + print '
Rendez-vous
Société'; print ''.$societe->nom.'
Contact'.$contact->fullname.'
Contact'.$contact->fullname.'
Date'; print_date_select(); print '
'; - print ''; + print ''; - print ''; - print ''; + print ''; - print ''; + print ''; print ''; print ''; - print ''; + print ''; print ''; print '
Action effectuée
Action effectuée
Action'.$caction->libelle.'
Société'; + print '
Action'.$caction->libelle.'
Société'; print ''.$societe->nom.'
Contact'.$contact->fullname.'
Contact'.$contact->fullname.'
Date'.strftime('%d %B %Y %H:%M',time()).'
Commentaire'; print '
Prochaine Action à faire
Prochaine Action à faire
Ajouter
Date'; print_date_select(); @@ -233,14 +233,18 @@ if ($id) $act->fetch($id); $act->societe->fetch($act->societe->id); + $act->author->fetch($act->author->id); + $act->contact->fetch($act->contact->id); print_titre ("Action commerciale"); print ''; - print ''; - print ''; - print ''; - print ''; + print ''; + print ''; + print ''; + + print ''; + print ''; print ''; print '';
Type'.$act->type.'
Société'.$act->societe->nom.'Contact'.$fullname.'
Auteur'.$fullname.'
Type'.$act->type.'
Société'.$act->societe->nom.'Contact'.$act->contact->fullname.'
Auteur'.$act->author->fullname.'Date'.strftime('%d %B %Y %H:%M',time()).'
Commentaire'; print nl2br($act->note).'