|
@@ -32,7 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
|
|
|
require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
|
|
|
|
|
|
// Load translation files required by the page
|
|
|
-$langs->loadLangs(array("propal", "facture", "orders", "sendings", "companies"));
|
|
|
+$langs->loadLangs(array("propal", "supplier_proposal", "facture", "orders", "sendings", "companies"));
|
|
|
|
|
|
$id = GETPOST('id', 'int');
|
|
|
$ref = GETPOST('ref', 'alpha');
|
|
@@ -98,7 +98,9 @@ if ($action == 'addcontact' && $permissiontoedit) {
|
|
|
/*
|
|
|
* View
|
|
|
*/
|
|
|
-
|
|
|
+$title = $langs->trans('CommRequests')." - ".$langs->trans('ContactsAddresses');
|
|
|
+$help_url = 'EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur';
|
|
|
+llxHeader('', $title, $help_url);
|
|
|
$help_url = '';
|
|
|
llxHeader('', $langs->trans("SupplierProposals"), $help_url);
|
|
|
|