Skip to content
Snippets Groups Projects
Commit 3ff9fe31 authored by aspangaro's avatar aspangaro
Browse files

Fix: Add missing key language for propal

parent b2924885
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ if (! empty($conf->fournisseur->enabled)) require_once DOL_DOCUMENT_ROOT.'/fourn ...@@ -37,6 +37,7 @@ if (! empty($conf->fournisseur->enabled)) require_once DOL_DOCUMENT_ROOT.'/fourn
if (! $user->rights->societe->lire) accessforbidden(); if (! $user->rights->societe->lire) accessforbidden();
$langs->load("commercial"); $langs->load("commercial");
$langs->load("propal");
$action=GETPOST('action', 'alpha'); $action=GETPOST('action', 'alpha');
$bid=GETPOST('bid', 'int'); $bid=GETPOST('bid', 'int');
......
...@@ -25,6 +25,7 @@ LastModifiedProposals=Last %s modified proposals ...@@ -25,6 +25,7 @@ LastModifiedProposals=Last %s modified proposals
AllPropals=All proposals AllPropals=All proposals
LastProposals=Last proposals LastProposals=Last proposals
SearchAProposal=Search a proposal SearchAProposal=Search a proposal
NoProposal=No proposal
ProposalsStatistics=Commercial proposal's statistics ProposalsStatistics=Commercial proposal's statistics
NumberOfProposalsByMonth=Number by month NumberOfProposalsByMonth=Number by month
AmountOfProposalsByMonthHT=Amount by month (net of tax) AmountOfProposalsByMonthHT=Amount by month (net of tax)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment