Fix help
This commit is contained in:
parent
094a11fae6
commit
310b5c974b
@ -127,7 +127,7 @@ class pdf_rouget extends ModelePdfExpedition
|
|||||||
|
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
$this->name = "rouget";
|
$this->name = "rouget";
|
||||||
$this->description = $langs->trans("DocumentModelStandardPDF");
|
$this->description = $langs->trans("DocumentModelStandardPDF").' ('.$langs->trans("OldImplementation").')';
|
||||||
$this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template
|
$this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template
|
||||||
|
|
||||||
$this->type = 'pdf';
|
$this->type = 'pdf';
|
||||||
|
|||||||
@ -2155,4 +2155,5 @@ 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
|
||||||
YouShouldSetThisToOff=You should set this to 0 or off
|
YouShouldSetThisToOff=You should set this to 0 or off
|
||||||
InstallAndUpgradeLockedBy=Install and upgrades are locked by the file <b>%s</b>
|
InstallAndUpgradeLockedBy=Install and upgrades are locked by the file <b>%s</b>
|
||||||
|
OldImplementation=Old implementation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user