update
This commit is contained in:
parent
a1ba42640e
commit
3de055bac2
@ -420,7 +420,9 @@ print '</td></tr>';
|
|||||||
|
|
||||||
// Show sales representative
|
// Show sales representative
|
||||||
|
|
||||||
print '<tr class="oddeven"><td>'.$langs->trans("DOC_SHOW_FIRST_SALES_REP").'</td><td>';
|
print '<tr class="oddeven"><td>'.$langs->trans("DOC_SHOW_FIRST_SALES_REP");
|
||||||
|
print ' <span class="opacitymedium">('.$langs->trans("SalesRepresentativeInfo").')</span>';
|
||||||
|
print '</td><td>';
|
||||||
if ($conf->use_javascript_ajax) {
|
if ($conf->use_javascript_ajax) {
|
||||||
print ajax_constantonoff('DOC_SHOW_FIRST_SALES_REP');
|
print ajax_constantonoff('DOC_SHOW_FIRST_SALES_REP');
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -1994,6 +1994,7 @@ MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
|
|||||||
MAIN_PDF_MARGIN_TOP=Top margin on PDF
|
MAIN_PDF_MARGIN_TOP=Top margin on PDF
|
||||||
MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
|
MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
|
||||||
MAIN_DOCUMENTS_LOGO_HEIGHT=Height for logo on PDF
|
MAIN_DOCUMENTS_LOGO_HEIGHT=Height for logo on PDF
|
||||||
|
DOC_SHOW_FIRST_SALES_REP=Show first sales representative
|
||||||
MAIN_GENERATE_PROPOSALS_WITH_PICTURE=Add picture on proposal line
|
MAIN_GENERATE_PROPOSALS_WITH_PICTURE=Add picture on proposal line
|
||||||
MAIN_PDF_PROPAL_USE_ELECTRONIC_SIGNING=Add electronic sign in PDF
|
MAIN_PDF_PROPAL_USE_ELECTRONIC_SIGNING=Add electronic sign in PDF
|
||||||
NothingToSetup=There is no specific setup required for this module.
|
NothingToSetup=There is no specific setup required for this module.
|
||||||
@ -2151,6 +2152,7 @@ NoExternalModuleWithUpdate=No updates found for external modules
|
|||||||
SwaggerDescriptionFile=Swagger API description file (for use with redoc for example)
|
SwaggerDescriptionFile=Swagger API description file (for use with redoc for example)
|
||||||
YouEnableDeprecatedWSAPIsUseRESTAPIsInstead=You enabled deprecated WS API. You should use REST API instead.
|
YouEnableDeprecatedWSAPIsUseRESTAPIsInstead=You enabled deprecated WS API. You should use REST API instead.
|
||||||
RandomlySelectedIfSeveral=Randomly selected if several pictures are available
|
RandomlySelectedIfSeveral=Randomly selected if several pictures are available
|
||||||
|
SalesRepresentativeInfo=For Proposals, Orders, Invoces.
|
||||||
DatabasePasswordObfuscated=Database password is obfuscated in conf file
|
DatabasePasswordObfuscated=Database password is obfuscated in conf file
|
||||||
DatabasePasswordNotObfuscated=Database password is NOT obfuscated in conf file
|
DatabasePasswordNotObfuscated=Database password is NOT obfuscated in conf file
|
||||||
APIsAreNotEnabled=APIs modules are not enabled
|
APIsAreNotEnabled=APIs modules are not enabled
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user