Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into 7.0
Conflicts: htdocs/supplier_proposal/card.php
This commit is contained in:
commit
c6a53ca25d
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
// $mysoc must be defined
|
// $mysoc must be defined
|
||||||
// $id must be defined
|
// $id must be defined
|
||||||
// $paramname must be defined
|
// $paramname may be defined
|
||||||
// $mode must be defined (used to know the automatic BCC to add)
|
// $autocopy may be defined (used to know the automatic BCC to add)
|
||||||
// $trigger_name must be set (can be '')
|
// $trigger_name must be set (can be '')
|
||||||
// $actiontypecode can be set
|
// $actiontypecode can be set
|
||||||
// $object and $uobject may be defined
|
// $object and $uobject may be defined
|
||||||
|
|||||||
@ -343,6 +343,9 @@ class Conf
|
|||||||
$this->fournisseur->facture=new stdClass();
|
$this->fournisseur->facture=new stdClass();
|
||||||
$this->fournisseur->facture->dir_output =$rootfordata."/fournisseur/facture";
|
$this->fournisseur->facture->dir_output =$rootfordata."/fournisseur/facture";
|
||||||
$this->fournisseur->facture->dir_temp =$rootfordata."/fournisseur/facture/temp";
|
$this->fournisseur->facture->dir_temp =$rootfordata."/fournisseur/facture/temp";
|
||||||
|
$this->supplierproposal=new stdClass();
|
||||||
|
$this->supplierproposal->dir_output=$rootfordata."/supplier_proposal";
|
||||||
|
$this->supplierproposal->dir_temp=$rootfordata."/supplier_proposal/temp";
|
||||||
$this->fournisseur->payment=new stdClass();
|
$this->fournisseur->payment=new stdClass();
|
||||||
$this->fournisseur->payment->dir_output =$rootfordata."/fournisseur/payment";
|
$this->fournisseur->payment->dir_output =$rootfordata."/fournisseur/payment";
|
||||||
$this->fournisseur->payment->dir_temp =$rootfordata."/fournisseur/payment/temp";
|
$this->fournisseur->payment->dir_temp =$rootfordata."/fournisseur/payment/temp";
|
||||||
@ -358,6 +361,9 @@ class Conf
|
|||||||
$this->supplier_invoice->enabled=1;
|
$this->supplier_invoice->enabled=1;
|
||||||
$this->supplier_invoice->dir_output=$rootfordata."/fournisseur/facture";
|
$this->supplier_invoice->dir_output=$rootfordata."/fournisseur/facture";
|
||||||
$this->supplier_invoice->dir_temp=$rootfordata."/fournisseur/facture/temp";
|
$this->supplier_invoice->dir_temp=$rootfordata."/fournisseur/facture/temp";
|
||||||
|
$this->supplierproposal=new stdClass();
|
||||||
|
$this->supplierproposal->dir_output=$rootfordata."/supplier_proposal";
|
||||||
|
$this->supplierproposal->dir_temp=$rootfordata."/supplier_proposal/temp";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user