Fixing style errors.
This commit is contained in:
parent
8ce49001a7
commit
578c8cf2c4
@ -109,7 +109,6 @@ if ($action == 'setModuleOptions') {
|
|||||||
|
|
||||||
|
|
||||||
if ($upload_dir) {
|
if ($upload_dir) {
|
||||||
|
|
||||||
$result = dol_add_file_process($upload_dir, 1, 1, 'uploadfile', '');
|
$result = dol_add_file_process($upload_dir, 1, 1, 'uploadfile', '');
|
||||||
if ($result <= 0) {
|
if ($result <= 0) {
|
||||||
$error++;
|
$error++;
|
||||||
|
|||||||
@ -107,7 +107,7 @@ class modFournisseur extends DolibarrModules
|
|||||||
$this->const[$r][4] = 0;
|
$this->const[$r][4] = 0;
|
||||||
$r++;
|
$r++;
|
||||||
|
|
||||||
// Add abbility ODT for Supplier Invoices
|
// Add abbility ODT for Supplier Invoices
|
||||||
$this->const[$r][0] = "SUPPLIER_INVOICE_ADDON_PDF_ODT_PATH";
|
$this->const[$r][0] = "SUPPLIER_INVOICE_ADDON_PDF_ODT_PATH";
|
||||||
$this->const[$r][1] = "chaine";
|
$this->const[$r][1] = "chaine";
|
||||||
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/supplier_invoices";
|
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/supplier_invoices";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user