Added extrafields features for Supplier Invoice Line and Supplier Order Line

This commit is contained in:
cla 2015-01-22 14:15:34 +01:00
parent 017a483eb3
commit 6dfd5b1fac

View File

@ -186,10 +186,22 @@ 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');