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 '
Rendez-vous | |||||||||||||||||||||||||||
| Société | '; + print ' | ||||||||||||||||||||||||||
Rendez-vous | |||||||||||||||||||||||||||
| Société | '; print ''.$societe->nom.' | ||||||||||||||||||||||||||
| Contact | '.$contact->fullname.' | ||||||||||||||||||||||||||
| Contact | '.$contact->fullname.' | ||||||||||||||||||||||||||
| Date | '; print_date_select(); 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()).' | '; print '||||||||||||||||||||||||
| 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 '
| ||||||||||||||||||||||||||