Solve minor translation
This commit is contained in:
parent
a2a5fa6f4f
commit
4758c82d41
@ -87,6 +87,11 @@ if (! empty($conf->commande->enabled) && $user->rights->commande->lire)
|
|||||||
{
|
{
|
||||||
$listofsearchfields['search_customer_order']=array('text'=>'CustomerOrder');
|
$listofsearchfields['search_customer_order']=array('text'=>'CustomerOrder');
|
||||||
}
|
}
|
||||||
|
// Search supplier proposal
|
||||||
|
if (! empty($conf->supplier_proposal->enabled) && $user->rights->supplier_proposal->lire)
|
||||||
|
{
|
||||||
|
$listofsearchfields['search_supplier_proposal']=array('text'=>'SupplierProposalShort');
|
||||||
|
}
|
||||||
// Search supplier order
|
// Search supplier order
|
||||||
if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->commande->lire)
|
if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->commande->lire)
|
||||||
{
|
{
|
||||||
@ -100,12 +105,7 @@ if (! empty($conf->ficheinter->enabled) && $user->rights->ficheinter->lire)
|
|||||||
// Search contract
|
// Search contract
|
||||||
if (! empty($conf->contrat->enabled) && $user->rights->contrat->lire)
|
if (! empty($conf->contrat->enabled) && $user->rights->contrat->lire)
|
||||||
{
|
{
|
||||||
$listofsearchfields['search_contract']=array('text'=>'Contrat');
|
$listofsearchfields['search_contract']=array('text'=>'Contract');
|
||||||
}
|
|
||||||
// Search supplier proposal
|
|
||||||
if (! empty($conf->supplier_proposal->enabled) && $user->rights->supplier_proposal->lire)
|
|
||||||
{
|
|
||||||
$listofsearchfields['search_supplier_proposal']=array('text'=>'SupplierProposalShort');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count($listofsearchfields))
|
if (count($listofsearchfields))
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
# Dolibarr language file - Source file is en_US - supplier_proposal
|
# Dolibarr language file - Source file is en_US - supplier_proposal
|
||||||
SupplierProposal=Supplier commercial proposals
|
SupplierProposal=Supplier commercial proposals
|
||||||
supplier_proposalDESC=Manage price requests to suppliers
|
supplier_proposalDESC=Manage price requests to suppliers
|
||||||
SupplierProposalShort=Supplier proposals
|
|
||||||
SupplierProposalNew=New request
|
SupplierProposalNew=New request
|
||||||
CommRequest=Price request
|
CommRequest=Price request
|
||||||
CommRequests=Price requests
|
CommRequests=Price requests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user