Skip to content
Snippets Groups Projects
Commit 6dfd5b1f authored by Claudio Aschieri's avatar Claudio Aschieri
Browse files

Added extrafields features for Supplier Invoice Line and Supplier Order Line

parent 017a483e
No related branches found
No related tags found
No related merge requests found
......@@ -186,11 +186,23 @@ function supplierorder_admin_prepare_head()
$head[$h][2] = 'supplierorder';
$h++;
$head[$h][0] = DOL_URL_ROOT.'/admin/supplierorderdet_extrafields.php';
$head[$h][1] = $langs->trans("ExtraFieldsLines");
$head[$h][2] = 'supplierorderdet';
$h++;
$head[$h][0] = DOL_URL_ROOT.'/admin/supplierinvoice_extrafields.php';
$head[$h][1] = $langs->trans("ExtraFieldsSupplierInvoices");
$head[$h][2] = 'supplierinvoice';
$h++;
$head[$h][0] = DOL_URL_ROOT.'/admin/supplierinvoicedet_extrafields.php';
$head[$h][1] = $langs->trans("ExtraFieldsLines");
$head[$h][2] = 'supplierinvoicedet';
$h++;
complete_head_from_modules($conf,$langs,null,$head,$h,'supplierorder_admin','remove');
return $head;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment