Added contact form for supplier.

This commit is contained in:
Laurent Destailleur
2009-01-07 17:49:00 +00:00
parent d7cb11064c
commit e71e58366a
4 changed files with 395 additions and 0 deletions

View File

@@ -35,6 +35,11 @@ function facturefourn_prepare_head($fac)
$head[$h][2] = 'card';
$h++;
$head[$h][0] = DOL_URL_ROOT.'/fourn/facture/contact.php?facid='.$fac->id;
$head[$h][1] = $langs->trans('BillContacts');
$head[$h][2] = 'contact';
$h++;
$head[$h][0] = DOL_URL_ROOT.'/fourn/facture/note.php?facid='.$fac->id;
$head[$h][1] = $langs->trans('Notes');
$head[$h][2] = 'note';