adding resource in contact type list

This commit is contained in:
PeartreeG 2016-01-31 12:17:45 +01:00
parent 71edb3f061
commit 581ea0f36b

View File

@ -466,6 +466,7 @@ if ($id == 11)
'propal' => $langs->trans('Proposal'),
'commande' => $langs->trans('Order'),
'facture' => $langs->trans('Bill'),
'resource' => $langs->trans('Resource'),
// 'facture_fourn' => $langs->trans('SupplierBill'),
'fichinter' => $langs->trans('InterventionCard')
);